Re: pg_get_serial_sequence Strangeness/Unreliable? - Mailing list pgsql-general

From Jaime Casanova
Subject Re: pg_get_serial_sequence Strangeness/Unreliable?
Date
Msg-id 3073cc9b0811261316w16514722i96030385fac97cdb@mail.gmail.com
Whole thread Raw
In response to Re: pg_get_serial_sequence Strangeness/Unreliable?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_get_serial_sequence Strangeness/Unreliable?  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
On Wed, Nov 26, 2008 at 3:53 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
>> Jeff MacDonald wrote:
>>> Hi Tom, so far as I know the table "owns" the serial in so much as when i
>>> do a \d of the table it says this
>

can we make \d show if the sequence is owned by the table (ie: serial
or manually created and owned) or is a manually created and maked
default sequence? maybe  a flag?

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_get_serial_sequence Strangeness/Unreliable?
Next
From: Tom Lane
Date:
Subject: Re: Odd on-update inconsistency