Re: [GENERAL] question on parsing postgres sql queries

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Kevin Grittner <kgrittn(at)gmail(dot)com>
Cc: Jerome Wagner <jerome(dot)wagner(at)m4x(dot)org>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, Pg Docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: [GENERAL] question on parsing postgres sql queries
Date: 2016-07-27 21:52:29
Message-ID: 20160727215229.GA365243@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-general

Kevin Grittner wrote:

> On the other hand, try connecting to a database with
> psql and typing:
>
> \h create index
>
> ... (or any other command name). The help you get there is fished
> out of the docs.

BTW I noticed a few days ago that we don't have a "where BLAH can be one
of" section for the window_definition replaceable term in the help for
SELECT. We omit these sections for trivial clauses, but I think WINDOW
is elaborate enough that it should have one.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Fujii Masao 2016-07-28 13:36:51 Re: Probably wrong word in information_schema.sgml
Previous Message Kevin Grittner 2016-07-27 21:36:13 Re: question on parsing postgres sql queries

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2016-07-27 22:01:03 pg_upgrade and not working (was Re: Uber migrated from Postgres to MySQL)
Previous Message Kevin Grittner 2016-07-27 21:36:13 Re: question on parsing postgres sql queries