OSDN Git Service

Change the parameter_types column of the pg_prepared_statements to be
authorNeil Conway <neilc@samurai.com>
Mon, 16 Jan 2006 18:15:31 +0000 (18:15 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 16 Jan 2006 18:15:31 +0000 (18:15 +0000)
commitb06e6f1a9a8cdae98654eb984cd3a190e2b08a3d
treec1bf2f612e788529d7de366d550c264db9431253
parent1ce4c9e9b4375886fb00f1c039617215f214d9f2
Change the parameter_types column of the pg_prepared_statements to be
an array of regtype, rather than an array of OIDs. This is likely to
be more useful to user, and the type OID can easily be obtained by
casting a regtype value to OID. Per suggestion from Tom.

Update the documentation and regression tests, and bump the catversion.
doc/src/sgml/catalogs.sgml
src/backend/catalog/system_views.sql
src/backend/commands/prepare.c
src/include/catalog/catversion.h
src/include/catalog/pg_type.h
src/test/regress/expected/prepare.out
src/test/regress/expected/rules.out