diff options
| author | Tom Lane | 2003-07-22 22:14:57 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-07-22 22:14:57 +0000 |
| commit | 56f87688c437ac18ba245599633c391bfc0241a8 (patch) | |
| tree | 33e3f449fbb995614bbc25c413bc6e1fb7def6d2 /src/include/utils | |
| parent | fe5de484fe0de21e077fdcd093633f09fe23a96c (diff) | |
Error message editing for foreign-key triggers.
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/elog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h index 732b0e7cfbd..661187269db 100644 --- a/src/include/utils/elog.h +++ b/src/include/utils/elog.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: elog.h,v 1.54 2003/07/22 19:00:12 tgl Exp $ + * $Id: elog.h,v 1.55 2003/07/22 22:14:57 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -162,7 +162,7 @@ #define ERRCODE_INTEGRITY_CONSTRAINT_VIOLATION MAKE_SQLSTATE('2','3', '0','0','0') #define ERRCODE_RESTRICT_VIOLATION MAKE_SQLSTATE('2','3', '0','0','1') #define ERRCODE_NOT_NULL_VIOLATION MAKE_SQLSTATE('2','3', '5','0','2') -#define ERRCODE_FOREIGN_KEY_VALUE_NOT_FOUND MAKE_SQLSTATE('2','3', '5','0','3') +#define ERRCODE_FOREIGN_KEY_VIOLATION MAKE_SQLSTATE('2','3', '5','0','3') #define ERRCODE_UNIQUE_VIOLATION MAKE_SQLSTATE('2','3', '5','0','5') #define ERRCODE_CHECK_VIOLATION MAKE_SQLSTATE('2','3', '5','1','4') |
