Code review for SELECT INTO STRICT patch: use saner choices of error
Tom Lane <tgl@sss.pgh.pa.us>
Code review for SELECT INTO STRICT patch: use saner choices of error SQLSTATEs, fix some documentation problems.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/errcodes.sgml | modified | +13 −1 |
| doc/src/sgml/plpgsql.sgml | modified | +25 −18 |
| src/include/utils/errcodes.h | modified | +3 −1 |
| src/pl/plpgsql/src/gram.y | modified | +2 −2 |
| src/pl/plpgsql/src/plerrcodes.h | modified | +6 −8 |
| src/pl/plpgsql/src/pl_exec.c | modified | +3 −3 |
| src/pl/plpgsql/src/scan.l | modified | +2 −2 |