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=3q7ycx2vCLTG3ztwXK13U-OL1vz3MXZTPoDRh7zgTo=g@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Adding column_constraint description in ALTER TABLEsynopsis  (Stephen Frost <sfrost@snowman.net>)
Responses Re: [HACKERS] Adding column_constraint description in ALTER TABLE synopsis
List pgsql-hackers
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>
           ^
ref/alter_table.sgml:1534: parser error : chunk is not well balanced
</refentry>
^
ref/alter_table.sgml:1534: parser error : chunk is not well balanced
</refentry>
^

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


pgsql-hackers by date:

Previous
From: "Rady, Doug"
Date:
Subject: PATCH: pgbench - break out timing data for initialization phases
Next
From: Stephen Frost
Date:
Subject: Re: [HACKERS] [PATCH] Call RelationDropStorage() for broader rangeof object drops.