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(-)
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(-)
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
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(-)
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
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
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