Re: ALTER SCHEMA problem - Mailing list pgsql-bugs

From Tom Lane
Subject Re: ALTER SCHEMA problem
Date
Msg-id 9363.1061099071@sss.pgh.pa.us
Whole thread Raw
In response to Re: ALTER SCHEMA problem  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Can someone comment on this?

This is unfixable as long as nextval() and friends depend on string
parameters to represent table references.  There are suggestions in
our archives about how we might move to a more Oracle-like syntax
(ie, table.nextval), which would expose the table reference in a way
that could track renamings.  But no one seems to have gotten really
excited about making it happen.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: small bug in op + between datetime and integer
Next
From: Dennis Björklund
Date:
Subject: Re: small bug in op + between datetime and integer