postgresql/src/bin
Stephen Frost 78d72563ef Fix CreatePolicy, pg_dump -v; psql and doc updates
Peter G pointed out that valgrind was, rightfully, complaining about
CreatePolicy() ending up copying beyond the end of the parsed policy
name.  Name is a fixed-size type and we need to use namein (through
DirectFunctionCall1()) to flush out the entire array before we pass
it down to heap_form_tuple.

Michael Paquier pointed out that pg_dump --verbose was missing a
newline and Fabrízio de Royes Mello further pointed out that the
schema was also missing from the messages, so fix those also.

Also, based on an off-list comment from Kevin, rework the psql \d
output to facilitate copy/pasting into a new CREATE or ALTER POLICY
command.

Lastly, improve the pg_policies view and update the documentation for
it, along with a few other minor doc corrections based on an off-list
discussion with Adam Brightwell.
2014-10-03 16:31:53 -04:00
..
initdb Small message fixes 2014-08-09 00:07:00 -04:00
pg_basebackup Refactor replication connection code of various pg_basebackup utilities. 2014-10-01 17:35:56 +02:00
pg_config Translation updates 2014-07-21 01:08:04 -04:00
pg_controldata Add -D option to specify data directory to pg_controldata and pg_resetxlog. 2014-09-25 13:37:19 +03:00
pg_ctl pg_ctl: Add tests for behavior with nonexistent data directory 2014-09-13 15:18:49 -04:00
pg_dump Fix CreatePolicy, pg_dump -v; psql and doc updates 2014-10-03 16:31:53 -04:00
pg_resetxlog Add -D option to specify data directory to pg_controldata and pg_resetxlog. 2014-09-25 13:37:19 +03:00
pgevent Properly use DEFAULT_EVENT_SOURCE in pgevent.c 2014-07-21 12:24:00 +02:00
psql Fix CreatePolicy, pg_dump -v; psql and doc updates 2014-10-03 16:31:53 -04:00
scripts Fix vacuumdb --analyze-in-stages --all order 2014-09-11 21:40:46 -04:00
Makefile Update copyright for 2014 2014-01-07 16:05:30 -05:00