]> granicus.if.org Git - postgresql/commit
Fix bogus syntax for CREATE PUBLICATION commands emitted by pg_dump.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 May 2017 15:48:39 +0000 (11:48 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 May 2017 15:48:39 +0000 (11:48 -0400)
commit4041808b5b70433206b37e1305c807c325b06713
treeb80c48bc533bccd5b7a880b3e8eec088adae7983
parent12590c5d33d013e55995c0c0ea6c70262a6d13b3
Fix bogus syntax for CREATE PUBLICATION commands emitted by pg_dump.

Original coding was careless about where to insert commas.

Masahiko Sawada

Discussion: https://postgr.es/m/3427593a-61aa-b17e-64ef-383b7742d6d9@enterprisedb.com
src/bin/pg_dump/pg_dump.c