pg_get_serial_sequences still have problems with downcasting

Поиск
Список
Период
Сортировка
От Ivan Sergio Borgonovo
Тема pg_get_serial_sequences still have problems with downcasting
Дата
Msg-id 20071224161317.07c133c5@webthatworks.it
обсуждение исходный текст
Список pgsql-general
http://archives.postgresql.org/pgsql-hackers/2004-10/msg00964.php

It is still true in 8.1.
Is it still true in >8.1?

Will something like that in a function be statically compiled or
computed every time?

_Basket_seq:= pg_get_serial_sequence('shop_commerce_baskets',
      lower('BasketID'));

If not any way to make it static and avoid passing one more parameter
to the function?

thanks

--
Ivan Sergio Borgonovo
http://www.webthatworks.it


В списке pgsql-general по дате отправления:

Предыдущее
От: "Martin Gainty"
Дата:
Сообщение: Re: pg_ctl start fails on Windows
Следующее
От: Gordon
Дата:
Сообщение: Re: Postgres from PHP in Leopard