Re: [HACKERS] Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian)
Cc: lynch(at)lscorp(dot)com, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!
Date: 1998-07-25 01:00:42
Message-ID: 199807250100.VAA03370@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-interfaces


Now it is:

> New 6.4 psql help will show:
>
> test=> \h select
> Command: select
> Description: retrieve tuples
> Syntax:
> SELECT [DISTINCT [ON attrN]] expr1 [AS attr1], ...exprN
> [INTO [TABLE] class_name]
> [FROM from_list]
> [WHERE qual]
> [GROUP BY group_list]
> [HAVING having_clause]
> [ORDER BY attr1 [ASC|DESC] [USING op1], ...attrN ]
> [UNION [ALL] SELECT ...];
>
>
> Removed <> around user-supplied values, and uppercase the reserved words
> to make things clear. I don't think there is a need to do this on the
> manual pages because we have bolding. Comments?
>
>
> --
> Bruce Momjian | 830 Blythe Avenue
> maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
> + If your life is a hard drive, | (610) 353-9879(w)
> + Christ can be your backup. | (610) 853-3000(h)
>
>

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guido Piazzi 1998-07-25 10:33:49 Re: [GENERAL] How about this LOGO?
Previous Message Bruce Momjian 1998-07-25 00:18:43 Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-07-25 03:54:36 Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!
Previous Message Bruce Momjian 1998-07-25 00:18:43 Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 1998-07-25 10:54:23 Re: [INTERFACES] Win32 version of the psql library
Previous Message Bruce Momjian 1998-07-25 00:18:43 Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!