Re: Adding table_constraint description in ALTER TABLE synopsis

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Lætitia Avrot <laetitia(dot)avrot(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Adding table_constraint description in ALTER TABLE synopsis
Date: 2017-10-28 09:24:19
Message-ID: CA+TgmobxZrxswCWHmD62WTX4yOL3AjjrKZPSicgspHW0PUD=MQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 26, 2017 at 3:23 PM, Lætitia Avrot <laetitia(dot)avrot(at)gmail(dot)com> wrote:
> In documentation, I've found that table_constraint is used in the ALTER
> TABLE synopsis but that definition of table_constraint is missing, so I
> submitted bug #14873.
>
> I found the table_constraint definition in the CREATE TABLE synopsis and I
> just copied/pasted it on the ALTER TABLE synopsis.
>
> The patch should apply to MASTER.I build and tested it successfully on my
> computer.
>
> There shouldn't be any platform-specific content.
>
> You will find enclosed my patch. I tried my best to follow instructions on
> how to submit a patch.

I'd say you did a good job. Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Borodin 2017-10-28 09:25:16 Re: Reading timeline from pg_control on replication slave
Previous Message Robert Haas 2017-10-28 09:15:12 Re: Typos in src/backend/optimizer/README