Re: [HACKERS] help bug and comment char.

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Terry Mackintosh <terry(at)terrym(dot)com>
Cc: PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] help bug and comment char.
Date: 1999-01-26 03:19:25
Message-ID: 36AD343D.14E0E671@alumni.caltech.edu
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.

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-01-26 06:55:57 Major breakage?
Previous Message Thomas G. Lockhart 1999-01-26 03:09:43 Re: [HACKERS] handling 64bit time_t's