pg_get_serial_sequences still have problems with downcasting - Mailing list pgsql-general

From Ivan Sergio Borgonovo
Subject pg_get_serial_sequences still have problems with downcasting
Date
Msg-id 20071224161317.07c133c5@webthatworks.it
Whole thread Raw
List 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 by date:

Previous
From: "Martin Gainty"
Date:
Subject: Re: pg_ctl start fails on Windows
Next
From: Gordon
Date:
Subject: Re: Postgres from PHP in Leopard