summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl/pgtcl.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-04-19 23:36:48 +0000
committerBruce Momjian <bruce@momjian.us>2004-04-19 23:36:48 +0000
commitd1b3915ce181938a432b1098aa6bf4d47c721a98 (patch)
tree04b3be5cf0c69bd2c3cc5fbdbf614f7c4f3e2915 /src/interfaces/libpgtcl/pgtcl.c
parent011c3e62e78b02a573f6f59ce78b1e7515d380c0 (diff)
downloadpostgresql-d1b3915ce181938a432b1098aa6bf4d47c721a98.tar.gz
In reading the 7.4.2 docs, the sql reference page for PREPARE doesn't
reference DEALLOCATE in any way. It points to EXECUTE, but not to DEALLOCATE. Suggested fix: ... This also means that a single prepared statement cannot be used by multiple simultaneous database clients; however, each client can create their own prepared statement to use. The prepared statement can be manually cleaned up using the DEALLOCATE command. James Robinson
Diffstat (limited to 'src/interfaces/libpgtcl/pgtcl.c')
0 files changed, 0 insertions, 0 deletions