Re: Create table syntax - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Create table syntax
Date
Msg-id 20010901001727.B18026@svana.org
Whole thread Raw
In response to Create table syntax  ("satish rao " <csr_del@rediffmail.com>)
List pgsql-general
On Tue, Aug 28, 2001 at 06:52:36AM -0000, satish rao  wrote:
> 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.

Have you looked at the documentation? There is plenty on the website and
psql has a brief summary when you type \h CREATE TABLE

Unfortunatly my postgres server isn't booting right now (version mismatch)
so I can't paste the result here...
--
Martijn van Oosterhout <kleptog@svana.org>
http://svana.org/kleptog/
> It would be nice if someone came up with a certification system that
> actually separated those who can barely regurgitate what they crammed over
> the last few weeks from those who command secret ninja networking powers.

pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: Deployment of PostgreSQL Applications
Next
From: Bruno Wolff III
Date:
Subject: Re: Deployment of PostgreSQL Applications