PostgreSQL JDBC question

M

Martin Gregorie

Quick and obvious question:

Is the Postgres TEXT data type the same as the standard SQL CLOB data type?

This is not, apparently, documented in the java.sql package javadocs,
the Postgres JDBC docs or the Postgres 8.1.8 manual. Leastways, a fairly
careful search in the obvious parts of these documents didn't turn up
anything.
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Martin said:
Quick and obvious question:

Is the Postgres TEXT data type the same as the standard SQL CLOB data type?

It is the closest match, so I would say yes.

Arne
 
T

Tarkin

Quick and obvious question:

Is the Postgres TEXT data type the same as the standard SQL CLOB data type?

This is not, apparently, documented in the java.sql package javadocs,
the Postgres JDBC docs or the Postgres 8.1.8 manual. Leastways, a fairly
careful search in the obvious parts of these documents didn't turn up
anything.

http://db.apache.org/ddlutils/databases/postgresql.html

Concurs w/ Arne.


HTH,
Tarkin
(ps apologies if this posts twice; my interface is hiccuping)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top