Add display of eventual result RowDescription (if any) to the output
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/protocol.sgml | modified | +22 −14 |
| src/backend/commands/prepare.c | modified | +29 −1 |
| src/backend/tcop/postgres.c | modified | +24 −2 |
| src/backend/tcop/utility.c | modified | +3 −20 |
| src/include/commands/prepare.h | modified | +2 −1 |
| src/include/libpq/pqcomm.h | modified | +2 −2 |
| src/interfaces/libpq/libpq-int.h | modified | +2 −2 |