Re: next integer in serial key
От | |
---|---|
Тема | Re: next integer in serial key |
Дата | |
Msg-id | 016e01c46fa8$2319d1a0$2766f30a@development.greatgulfhomes.com обсуждение исходный текст |
Ответ на | next integer in serial key (Kenneth Gonsalves <lawgon@thenilgiris.com>) |
Список | pgsql-sql |
The same way the default value is defined, which you can find by doing: \d tablename Which usually gives something like: Table "public.gbs_floorplans" Column | Type | Modifiers ----------------------+---------------+----------------------------------------- ---------------------------------floorplan_id | integer | not null default nextval('public.gbs_floorplans_floorplan_id_seq'::text)division_id | character(3) | not nullfloorplan_display_id| character(10) | not null Hence SELECT nextval('public.gbs_floorplans_floorplan_id_seq'::text) Terry Fielder Manager Software Development and Deployment Great Gulf Homes / Ashton Woods Homes terry@greatgulfhomes.com Fax: (416) 441-9085 > -----Original Message----- > From: pgsql-sql-owner@postgresql.org > [mailto:pgsql-sql-owner@postgresql.org]On Behalf Of Kenneth Gonsalves > Sent: Wednesday, July 21, 2004 10:46 PM > To: pgsql-sql@postgresql.org > Subject: [SQL] next integer in serial key > > > hi, > how does one get the next number in a serial type row? > -- > regards > kg > > http://www.onlineindianhotels.net - hotel bookings > reservations in over 4600 > hotels in India > http://www.ootygolfclub.org > > ---------------------------(end of > broadcast)--------------------------- > TIP 7: don't forget to increase your free space map settings >
В списке pgsql-sql по дате отправления: