Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Question about ResultSetMetaData



Hello all,

 

In the application i am developing we query the ResultSetMetaData for all columns in a particular table to discover the type and null-ability of the column.

On the todolist I found the following under the idea’s section:

 

ResultSetMetaData calls that run queries are cached on a per column basis, but it seems likely that they're going to be called for all columns, so try to issue one query per ResultSet, not per column.

 

Does anyone know if this will make it into a release someday? As it would really help us performance wise.

 

Thanks in advance,

Robert



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group