SERIAL type isn't listed...? - Mailing list pgsql-hackers

From The Hermit Hacker
Subject SERIAL type isn't listed...?
Date
Msg-id Pine.BSF.4.21.0002031153280.25537-100000@thelab.hub.org
Whole thread Raw
Responses Re: [HACKERS] SERIAL type isn't listed...?  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
List 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@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



pgsql-hackers by date:

Previous
From: Don Baccus
Date:
Subject: Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] SERIAL type isn't listed...?