Re: WIP: Covering + unique indexes. - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: WIP: Covering + unique indexes.
Date
Msg-id df7958cf-36d5-b2f1-0cd6-8a66325d4e27@2ndquadrant.com
Whole thread Raw
In response to Re: WIP: Covering + unique indexes.  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers
On 1/25/18 23:19, Thomas Munro wrote:
> +  PRIMARY KEY ( <replaceable
> class="parameter">column_name</replaceable> [, ... ] ) <replaceable
> class="parameter">index_parameters</replaceable> <optional>INCLUDE
> (<replaceable class="parameter">column_name</replaceable> [,
> ...])</optional> |
> 
> I hadn't seen that use of "<optional>" before.  Almost everywhere else
> we use explicit [ and ] characters, but I see that there are other
> examples, and it is rendered as [ and ] in the output.

I think this will probably not come out right in the generated psql
help.  Check that please.

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


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: JIT compiling with LLVM v12
Next
From: Andres Freund
Date:
Subject: Re: JIT compiling with LLVM v12