Re: [HACKERS] Adding column_constraint description in ALTER TABLE synopsis - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [HACKERS] Adding column_constraint description in ALTER TABLE synopsis
Date
Msg-id CAEepm=3JkkbagViVZfOTTAWe55mSqKNqFdbMW+g1H2s9YztwPA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Adding column_constraint description in ALTER TABLE synopsis  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: [HACKERS] Adding column_constraint description in ALTER TABLEsynopsis
List pgsql-hackers
On Tue, Jan 23, 2018 at 12:41 PM, Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> On Mon, Jan 15, 2018 at 2:32 PM, Stephen Frost <sfrost@snowman.net> wrote:
>> If someone else would like to review it, that'd be great, otherwise I'll
>> probably get it committed soon.
>
> FYI the v2 doesn't build:
>
> ref/alter_table.sgml:135: parser error : Opening and ending tag
> mismatch: refentry line 6 and synopsis
> </synopsis>

Here's an update to move the new stuff to the correct side of the
closing "</synopsis>".  Builds for me, and the typesetting looks OK.
I'm not sure why the preexisting bogo-productions have inconsistent
indentation levels (looking at table_constraint_using_index) but
that's not this patch's fault.

-- 
Thomas Munro
http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [HACKERS] [PATCH] Call RelationDropStorage() for broader rangeof object drops.
Next
From: Ian Barwick
Date:
Subject: Re: Add %r substitution for psql prompts to show recovery status