pgsql: psql: give ^D hint for \q in place where \q is ignored

2018-02-11 Thread Bruce Momjian
psql: give ^D hint for \q in place where \q is ignored Also add comment on why exit/quit are not documented. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/91389228a1007fa3845e29e17568e52ab1726d5d

pgsql: Fix assorted errors in pg_dump's handling of extended statistics

2018-02-11 Thread Tom Lane
Fix assorted errors in pg_dump's handling of extended statistics objects. pg_dump supposed that a stats object necessarily shares the same schema as its underlying table, and that it doesn't have a separate owner. These things may have been true during early development of the feature, but they ar

pgsql: Fix assorted errors in pg_dump's handling of extended statistics

2018-02-11 Thread Tom Lane
Fix assorted errors in pg_dump's handling of extended statistics objects. pg_dump supposed that a stats object necessarily shares the same schema as its underlying table, and that it doesn't have a separate owner. These things may have been true during early development of the feature, but they ar