]> granicus.if.org Git - postgresql/commit
Have SELECT and CREATE TABLE AS queries return a row count. While this
authorBruce Momjian <bruce@momjian.us>
Tue, 16 Feb 2010 20:58:14 +0000 (20:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 16 Feb 2010 20:58:14 +0000 (20:58 +0000)
commitaa7e7ae9a6adfd5553ed05144cf765fbf7c8f5af
treefc46bf6e0d1c1a278c30c8e41a5e19547786d55b
parent346a721eed4c0bcfb07039633807b67443f21bbf
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
doc/src/sgml/libpq.sgml
doc/src/sgml/protocol.sgml
src/backend/tcop/pquery.c
src/interfaces/libpq/fe-exec.c