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 /src/pl | |
| parent | 8b2ae44dc8dd56511c7004c5b117b720081dc8fb (diff) | |
Add libpq warning message if the .pgpass-retrieved password fails.
Add ERRCODE_INVALID_PASSWORD sqlstate error code.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plpgsql/src/plerrcodes.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pl/plpgsql/src/plerrcodes.h b/src/pl/plpgsql/src/plerrcodes.h index 34ba070d1f..99008be9bf 100644 --- a/src/pl/plpgsql/src/plerrcodes.h +++ b/src/pl/plpgsql/src/plerrcodes.h @@ -9,7 +9,7 @@ * * Copyright (c) 2003-2010, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/pl/plpgsql/src/plerrcodes.h,v 1.20 2010/01/02 16:58:13 momjian Exp $ + * $PostgreSQL: pgsql/src/pl/plpgsql/src/plerrcodes.h,v 1.21 2010/03/13 14:55:57 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -368,6 +368,10 @@ }, { + "invalid_password", ERRCODE_INVALID_PASSWORD +}, + +{ "dependent_privilege_descriptors_still_exist", ERRCODE_DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST }, |
