remove deprecated COMMENT ON RULE syntax

Started by Peter Eisentrautabout 9 years ago3 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

There is support for COMMENT ON RULE <name> without specifying a table
name, for upgrading from pre-7.3 instances. I think it might be time
for that workaround to go.

Patch attached.

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

Attachments:

0001-Remove-deprecated-COMMENT-ON-RULE-syntax.patchtext/x-patch; name=0001-Remove-deprecated-COMMENT-ON-RULE-syntax.patchDownload+53-149
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: remove deprecated COMMENT ON RULE syntax

Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:

There is support for COMMENT ON RULE <name> without specifying a table
name, for upgrading from pre-7.3 instances. I think it might be time
for that workaround to go.

No objection here.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Robert Haas
robertmhaas@gmail.com
In reply to: Tom Lane (#2)
Re: remove deprecated COMMENT ON RULE syntax

On Wed, Feb 22, 2017 at 8:05 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:

There is support for COMMENT ON RULE <name> without specifying a table
name, for upgrading from pre-7.3 instances. I think it might be time
for that workaround to go.

No objection here.

Yeah, probably so.

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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers