diff options
author | Bruce Momjian | 2010-03-13 14:55:57 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-03-13 14:55:57 +0000 |
commit | a6c1cea2b7ac446558ce0cde14b19e74220eeb7f (patch) | |
tree | 9e6e87e2897d671579d045517589df533f475fdc /doc/src/sgml/errcodes.sgml | |
parent | 8b2ae44dc8dd56511c7004c5b117b720081dc8fb (diff) |
Add libpq warning message if the .pgpass-retrieved password fails.
Add ERRCODE_INVALID_PASSWORD sqlstate error code.
Diffstat (limited to 'doc/src/sgml/errcodes.sgml')
-rw-r--r-- | doc/src/sgml/errcodes.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml index 5819004f48a..b5962f98cd0 100644 --- a/doc/src/sgml/errcodes.sgml +++ b/doc/src/sgml/errcodes.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.28 2009/12/07 05:22:21 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.29 2010/03/13 14:55:57 momjian Exp $ --> <appendix id="errcodes-appendix"> <title><productname>PostgreSQL</productname> Error Codes</title> @@ -761,6 +761,12 @@ <entry>invalid_authorization_specification</entry> </row> +<row> +<entry><literal>28P01</literal></entry> +<entry>INVALID PASSWORD</entry> +<entry>invalid_password</entry> +</row> + <row> <entry spanname="span13"><emphasis role="bold">Class 2B — Dependent Privilege Descriptors Still Exist</></entry> |