[COMMITTERS] pgsql: Fix ordering in pg_dump of GRANTs

2017-09-13 Thread Stephen Frost
Fix ordering in pg_dump of GRANTs The order in which GRANTs are output is important as GRANTs which have been GRANT'd by individuals via WITH GRANT OPTION GRANTs have to come after the GRANT which included the WITH GRANT OPTION. This happens naturally in the backend during normal operation as we

[COMMITTERS] pgsql: Fix ordering in pg_dump of GRANTs

2017-09-13 Thread Stephen Frost
Fix ordering in pg_dump of GRANTs The order in which GRANTs are output is important as GRANTs which have been GRANT'd by individuals via WITH GRANT OPTION GRANTs have to come after the GRANT which included the WITH GRANT OPTION. This happens naturally in the backend during normal operation as we

[COMMITTERS] pgsql: Fix ordering in pg_dump of GRANTs

2017-09-13 Thread Stephen Frost
Fix ordering in pg_dump of GRANTs The order in which GRANTs are output is important as GRANTs which have been GRANT'd by individuals via WITH GRANT OPTION GRANTs have to come after the GRANT which included the WITH GRANT OPTION. This happens naturally in the backend during normal operation as we