pg_get_serial_sequences still have problems with downcasting

From: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_get_serial_sequences still have problems with downcasting
Date: 2007-12-24 15:13:17
Message-ID: 20071224161317.07c133c5@webthatworks.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma Jr 2007-12-24 17:50:09 Re: how to alter an enum type
Previous Message Obe, Regina 2007-12-24 14:53:00 [TLM] Re: pg_ctl start fails on Windows