Fix publication syntax error message
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 10 May 2023 16:26:10 +0000 (18:26 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 10 May 2023 16:26:10 +0000 (18:26 +0200)
commitc39f2f68e95a54e430c6a7b7d1e9f98cedff5aff
tree656e37ffbfe9a3b5495c246952d871f7ff822409
parentd8bcce1b5e99d8f6f12cb7a94190fdc5622355af
Fix publication syntax error message

There was some odd wording in corner-case gram.y error messages "some
error ... at or near", which appears to have been modeled after "syntax
error" messages.  However, they don't work that way, and they're just
wrong.  They're also uncovered by tests.  Remove the trailing words,
and also add tests.

They were introduced with 5a2832465fd8; backpatch to 15.

Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
src/backend/parser/gram.y
src/test/regress/expected/publication.out
src/test/regress/sql/publication.sql