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

Re: TypeInfoCache





On Wed, 19 Dec 2007, Tom Lane wrote:

Oliver Jowett <oliver(at)opencloud(dot)com> writes:

But a "varchar" (with no limit) and "text" *are* interchangeable, which
is why we identify text as VARCHAR

But note that varchar-with-no-limit is itself a Postgres-ism: it's
not allowed by the standard.


So should varchar(10000000) be returned as VARCHAR or LONGVARCHAR?

Right now we return 0 for the precision of text or varchar without length. Perhaps we should return something else for that similar to how we changed the result of ResultSetMetaData.getColumnDisplaySize to return Integer.MAX_VALUE instead of -1 for types without lengths.

Kris Jurka



Home | Main Index | Thread Index

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