mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Code review for escape-strings patch. Sync psql and plpgsql lexers
with main, avoid using a SQL-defined SQLSTATE for what is most definitely not a SQL-compatible error condition, fix documentation omissions, adhere to message style guidelines, don't use two GUC_REPORT variables when one is sufficient. Nothing done about pg_dump issues.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.12 2005/01/06 01:49:24 tgl Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.13 2005/06/26 19:16:04 tgl Exp $ -->
|
||||
|
||||
<appendix id="errcodes-appendix">
|
||||
<title><productname>PostgreSQL</productname> Error Codes</title>
|
||||
@@ -370,6 +370,11 @@
|
||||
<entry>INVALID ESCAPE SEQUENCE</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>22P06</literal></entry>
|
||||
<entry>NONSTANDARD USE OF ESCAPE CHARACTER</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>22010</literal></entry>
|
||||
<entry>INVALID INDICATOR PARAMETER VALUE</entry>
|
||||
|
||||
Reference in New Issue
Block a user