Can't query the sequence table of a serial primary key.

From: "Fred Parkinson" <FredP(at)abag(dot)ca(dot)gov>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Can't query the sequence table of a serial primary key.
Date: 2012-02-23 19:00:34
Message-ID: 4F461C53020000A70001B6BB@gwia1.abag.ca.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

We have moved some databases from 7.x to 8.4
Previously I could query the sequencing table of a 'serial primary key' by simply running
select * from mytable_id_seq;
where mytable has id as a serial primary key and mytable_id_seq is the postgresql relation which manages the key.

Has something significantly changed this in ver 8.4?
When I do \d I see the table and the sequencer under 'List of relations'.
But when I run select * from mytable_id_seq; postgresql responds with:
relation 'mytable_id_seq' does not exist.

Am I confused about something? (Wouldn't be the first time sigh)

Thanks for any help.

Fred

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2012-02-23 19:34:57 Re: Can't query the sequence table of a serial primary key.
Previous Message Kevin Grittner 2012-02-23 17:08:29 Re: speedup pg_dumpall