Re: [HACKERS] help bug and comment char.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart)
Cc: terry(at)terrym(dot)com, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] help bug and comment char.
Date: 1999-02-02 18:42:10
Message-ID: 199902021842.NAA28737@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > In looking for how to do table constraints psql help says:
> > software=> \h create table
> > Command: create table
> > Description: create a new table
> > Syntax:
> > CREATE TABLE class_name
> > (attr1 type1 [DEFAULT expression] [NOT NULL], ...attrN)
> > [INHERITS (class_name1, ...class_nameN)
> > [[CONSTRAINT name] CHECK condition1, ...conditionN]]
>
> This syntax help is out of date. The syntax for v6.4 (and perhaps
> v6.3.2) became compatible with SQL92, except of course for the INHERITS
> clause. That still must appear outside of the column-definition parens.

Fixed.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-02-02 18:51:34 Re: [PATCHES] MB big5 support patch (current)
Previous Message Bruce Momjian 1999-02-02 18:40:08 Re: [HACKERS] help bug and comment char.