pgsql-server/ oc/src/sgml/protocol.sgml rc/bac ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/ oc/src/sgml/protocol.sgml rc/bac ...
Date
Msg-id 20030506215142.45D8F475CBC@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/05/06 17:51:42

Modified files:
    doc/src/sgml   : protocol.sgml
    src/backend/commands: prepare.c
    src/backend/tcop: postgres.c utility.c
    src/include/commands: prepare.h
    src/include/libpq: pqcomm.h
    src/interfaces/libpq: libpq-int.h

Log message:
    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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/tcop pquery.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/doc/src/sgml protocol.sgml