From: | The Hermit Hacker <scrappy(at)hub(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | SERIAL type isn't listed...? |
Date: | 2000-02-03 15:54:20 |
Message-ID: | Pine.BSF.4.21.0002031153280.25537-100000@thelab.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Shouldn't this produce something? Was talking with Dave Page today about
the lack of a serial type in PgAdmin, and he mentioned that its not a listed
type?
template1=> SELECT typname FROM pg_type WHERE typrelid = 0 and typname='serial';
typname
---------
(0 rows)
Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-02-03 16:26:11 | Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL |
Previous Message | Don Baccus | 2000-02-03 15:42:08 | Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL |