[COMMITTERS] pgsql: Fix typo in LDAP example

2015-08-09 Thread Magnus Hagander
Fix typo in LDAP example Reported by William Meitzen Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/68b5c08c3978a1ff76b4bc354bf892c7eb8df5c8 Modified Files -- doc/src/sgml/client-auth.sgml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[COMMITTERS] pgsql: Fix typo in LDAP example

2015-08-09 Thread Magnus Hagander
Fix typo in LDAP example Reported by William Meitzen Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/64ac985b5946de4bf7cae21383508477023e0688 Modified Files -- doc/src/sgml/client-auth.sgml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[COMMITTERS] pgsql: Fix typo in LDAP example

2015-08-09 Thread Magnus Hagander
Fix typo in LDAP example Reported by William Meitzen Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2a330d551ca9414a3ccd80420bb8b7071bdf8b00 Modified Files -- doc/src/sgml/client-auth.sgml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Se

[COMMITTERS] pgsql: Fix typo in LDAP example

2015-08-09 Thread Magnus Hagander
Fix typo in LDAP example Reported by William Meitzen Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8ff0eb8c6b9ea07707c9ffcf08f75b16c243defa Modified Files -- doc/src/sgml/client-auth.sgml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [COMMITTERS] pgsql: Fix pg_dump to dump shell types.

2015-08-09 Thread Andrew Dunstan
On 08/04/2015 07:34 PM, Tom Lane wrote: Fix pg_dump to dump shell types. Per discussion, it really ought to do this. The original choice to exclude shell types was probably made in the dark ages before we made it harder to accidentally create shell types; but that was in 7.3. Also, cause the

[COMMITTERS] pgsql: Remove gram.y's precedence declaration for OVERLAPS.

2015-08-09 Thread Tom Lane
Remove gram.y's precedence declaration for OVERLAPS. The allowed syntax for OVERLAPS, viz "row OVERLAPS row", is sufficiently constrained that we don't actually need a precedence declaration for OVERLAPS; indeed removing this declaration does not change the generated gram.c file at all. Let's rem

[COMMITTERS] pgsql: Remove gram.y's precedence declaration for OVERLAPS.

2015-08-09 Thread Tom Lane
Remove gram.y's precedence declaration for OVERLAPS. The allowed syntax for OVERLAPS, viz "row OVERLAPS row", is sufficiently constrained that we don't actually need a precedence declaration for OVERLAPS; indeed removing this declaration does not change the generated gram.c file at all. Let's rem