pgsql: Disallow ONLY in REPACK commands. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Disallow ONLY in REPACK commands.
Date
Msg-id E1x0Kva-00000002dzi-0tkI@gemulon.postgresql.org
Whole thread
List pgsql-committers
Disallow ONLY in REPACK commands.

The REPACK grammar accepts ONLY before the table name and * after
the table name, but that's neither documented nor handled in the
code.  Perhaps REPACK should support that syntax, but for now let's
just bring it in line with its documentation.

Oversight in commit ac58465e06.

Reviewed-by: Antonin Houska <ah@cybertec.at>
Discussion: https://postgr.es/m/apBTsWGwkLXVh8Ow%40nathan
Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ec13f71049cda06ea55a67783b822d98824f4d15

Modified Files
--------------
src/backend/parser/gram.y | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Fix pg_stat_autovacuum_scores for TOAST tables.
Next
From: Nathan Bossart
Date:
Subject: pgsql: doc: Fix the data type named in the regdatabase entry.