typo in psql's help - Mailing list pgsql-hackers

From Vince Vielhaber
Subject typo in psql's help
Date
Msg-id Pine.BSF.4.30.0105051120540.40786-100000@paprika.michvhf.com
Whole thread Raw
Responses Re: typo in psql's help  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
postgresql=> \h create table
Command:     CREATE TABLE
Description: Creates a new table
Syntax:
CREATE [ TEMPORARY | TEMP ] TABLE table (   column type   [ NULL | NOT NULL ] [ UNIQUE ] [ DEFAULT value ]
[column_constraint_clause| PRIMARY KEY } [ ... ] ]                                           ^
Thisshould be a ]   |
 

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net        56K Nationwide Dialup from $16.00/mo
atPop4 Networking       Online Campground Directory    http://www.camping-usa.com      Online Giftshop Superstore
http://www.cloudninegifts.com
==========================================================================





pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: GiST indexing problems...
Next
From: David McWherter
Date:
Subject: Re: GiST indexing problems...