Have SELECT and CREATE TABLE AS queries return a row count. While this
Bruce Momjian <bruce@momjian.us>
Have SELECT and CREATE TABLE AS queries return a row count. While this is invisible in psql, other interfaces, like libpq, make this value visible. Boszormenyi Zoltan
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +10 −11 |
| doc/src/sgml/protocol.sgml | modified | +7 −1 |
| src/backend/tcop/pquery.c | modified | +23 −23 |
| src/interfaces/libpq/fe-exec.c | modified | +3 −2 |