diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-08-16 09:47:59 +0200 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-08-16 09:47:59 +0200 |
commit | 3593579bcdc77a70e0f987dca6d47f0bf1337f76 (patch) | |
tree | 94f51a74b81622b5fb8b2ea03366d3d60c7345ac /src | |
parent | ca1e64febaf57eb5f3f24340c5bcce5430cad7a5 (diff) | |
download | postgresql-3593579bcdc77a70e0f987dca6d47f0bf1337f76.tar.gz postgresql-3593579bcdc77a70e0f987dca6d47f0bf1337f76.zip |
Update comment in header of errcodes.txt
This file mentions all the files generated from it, but missed that
errcodes-list.sgml is no more, while errcodes-table.sgml is.
Author: Noriyoshi Shinoda
Discussion: https://postgr.es/m/TU4PR8401MB0430855D6B971E49EB55F328EE3E0@TU4PR8401MB0430.NAMPRD84.PROD.OUTLOOK.COM
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/errcodes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/errcodes.txt b/src/backend/utils/errcodes.txt index e2976600e84..29efb3f6efc 100644 --- a/src/backend/utils/errcodes.txt +++ b/src/backend/utils/errcodes.txt @@ -18,7 +18,7 @@ # src/pl/tcl/pltclerrcodes.h # the same, for PL/Tcl # -# doc/src/sgml/errcodes-list.sgml +# doc/src/sgml/errcodes-table.sgml # a SGML table of error codes for inclusion in the documentation # # The format of this file is one error code per line, with the following |