Hi all,

Recent commit 491c029 introducing RLS has broken a bit the verbose logs of
pg_dump, one message missing a newline:
+               if (g_verbose)
+                       write_msg(NULL, "reading row-security enabled for
table \"%s\"",
+                                         tbinfo->dobj.name);
The patch attached corrects that.
Regards,
-- 
Michael

Attachment: 20140928_rls_pgdump_fix.patch
Description: Binary data

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

Reply via email to