OSDN Git Service

Add display of eventual result RowDescription (if any) to the output
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 May 2003 21:51:42 +0000 (21:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 May 2003 21:51:42 +0000 (21:51 +0000)
commit755d19170095ae6a775046b8bc97cb070bdc7582
tree1868e53af5ae170402bec9c8c7d6360a2fb7bc96
parent8f6a6b7e9a48d04bc6912a968326277547dc7927
Add display of eventual result RowDescription (if any) to the output
of Describe on a prepared statement.  This was in the original 3.0
protocol proposal, but I took it out for reasons that seemed good at
the time.  Put it back per yesterday's pghackers discussion.
doc/src/sgml/protocol.sgml
src/backend/commands/prepare.c
src/backend/tcop/postgres.c
src/backend/tcop/utility.c
src/include/commands/prepare.h
src/include/libpq/pqcomm.h
src/interfaces/libpq/libpq-int.h