]> granicus.if.org Git - postgresql/commit
Allow the types of parameters to PREPARE to be inferred. If a parameter's
authorNeil Conway <neilc@samurai.com>
Sun, 15 Jan 2006 22:18:47 +0000 (22:18 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 15 Jan 2006 22:18:47 +0000 (22:18 +0000)
commit106a3695f588a1efd4d68e40fd175a6ee6a3ae84
treeeb658d7e1f2b3a6e432f120db70bfc18910f00ff
parentf7ea9312877abcb508669359fa2a05fc69ec91b9
Allow the types of parameters to PREPARE to be inferred. If a parameter's
data type is unspecified or is declared to be "unknown", the type will
be inferred from the context in which the parameter is used. This was
already possible for protocol-level prepared statements.
doc/src/sgml/ref/deallocate.sgml
doc/src/sgml/ref/execute.sgml
doc/src/sgml/ref/prepare.sgml
src/backend/parser/analyze.c
src/test/regress/expected/prepare.out
src/test/regress/sql/prepare.sql