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

From Vince Vielhaber
Subject Re: typo in psql's help
Date
Msg-id Pine.BSF.4.30.0105071255120.59897-100000@paprika.michvhf.com
Whole thread Raw
In response to Re: typo in psql's help  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Mon, 7 May 2001, Bruce Momjian wrote:

> > 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 } [ ... ] ]
> >                                             ^
> >                        This should be a ]   |
>
> Vince, I can't find this anywhere.  What version is this?  I bet we
> already fixed it.  In fact, I think I remember seeing the fix a while
> ago.

Did someone delete this one from the database?  I just went to close it
out and it's gone.

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: Bruce Momjian
Date:
Subject: Re: [GENERAL] Re: Metaphone function attachment
Next
From: Jan Wieck
Date:
Subject: Re: Isn't pg_statistic a security hole?