Create table syntax - Mailing list pgsql-general

From satish rao
Subject Create table syntax
Date
Msg-id 20010828065236.4329.qmail@mailweb30.rediffmail.com
Whole thread Raw
Responses Re: Create table syntax  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Hi

Entered below is the SQL create table syntax:

CREATE TABLE lists (
    [listid] [int] IDENTITY (1, 1) NOT NULL ,
    [listname] [varchar] (200) NULL ,
    [listcreator] [varchar] (200) NULL ,
    [listdesc] [text] NULL)


We need to know that this syntax will work properly in
postgresql while creating the table and the
autoincrement option for the column(listid). If this
syntax is not correct for postgresql, we need the
correct syntax.

Hoping for a positive response from ur side.

Regards

Satish Rao








pgsql-general by date:

Previous
From: ok@mochamail.com (Cody)
Date:
Subject: Re: SELECT FOR UPDATE
Next
From: Andrzej Roszkowski
Date:
Subject: m4 macro for pgsql