Michael Fuhr wrote:
>PostgreSQL 8.0 will have a pg_get_serial_sequence() function that
>returns the sequence name for a particular column so you don't have
>to construct it. This is useful when a table or column has been
>renamed, in which case the above will probably break.
>
>
Quite nice but not what I need, as I still need to know the id column name.
But thanks anyway.
/BL