RE: JDBC now needs updates for large objects

From: Peter Mount <petermount(at)maidstone(dot)gov(dot)uk>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Mount <petermount(at)maidstone(dot)gov(dot)uk>
Cc: pgsql-interfaces(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: RE: JDBC now needs updates for large objects
Date: 2000-10-24 08:00:25
Message-ID: 1B3D5E532D18D311861A00600865478CF1B461@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

I was going to redo those queries this coming weekend anyhow (as thats when
I'll be getting some spare time next), as there are still some problems with
the existing ones.

Any other "minor" changes I should keep an eye out for?

Idea: As we have this type of query in more than one part of the source tree
(ie: psql, jdbc, probably odbc), should we have a section in the
documentation containing common queries, like: retrieving a list of tables,
views etc?

I haven't seen a definitive one in there, but it would be useful, and have
the other ones in the source be based on that one? Every time a change to
the system tables is made, unless everyone who maintains the code that's
dependent on it hears about it, the queries can quickly get out of sync.

Peter

--
Peter Mount
Enterprise Support Officer, Maidstone Borough Council
Email: petermount(at)maidstone(dot)gov(dot)uk
WWW: http://www.maidstone.gov.uk
All views expressed within this email are not the views of Maidstone Borough
Council

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Tuesday, October 24, 2000 2:58 AM
To: Peter Mount
Cc: pgsql-interfaces(at)postgreSQL(dot)org; pgsql-hackers(at)postgreSQL(dot)org
Subject: JDBC now needs updates for large objects

Peter,

As of current sources, large objects no longer occupy tables named
'xinvNNNN' nor indexes named 'xinxNNNN'. Therefore, it'd be appropriate
to remove the special tests that exclude tables/indices named that way
from the tests in DatabaseMetaData.java. I have not done this because
I'm not in a position to test changes to the JDBC driver; would you
please add it to your todo list?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2000-10-24 08:22:00 AW: AW: AW: AW: AW: relation ### modified while in use
Previous Message Vadim Mikheev 2000-10-24 05:44:26 Re: relation ### modified while in use

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-10-24 12:43:16 RE: [INTERFACES] RE: JDBC now needs updates for large objects
Previous Message Cedar Cox 2000-10-24 07:42:27 Re: new maintainer for the ODBC driver?