Change the parameter_types column of the pg_prepared_statements to be

Neil Conway <neilc@samurai.com>

Commit: b06e6f1a9a8cdae98654eb984cd3a190e2b08a3d
Author: Neil Conway <neilc@samurai.com>
Date: 2006-01-16T18:15:31Z
Releases: 8.2.0
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.

Files