Re: [JDBC] Methode is not yet implemented.

2001-07-16 Thread Thomas O'Dowd
On Wed, Jul 11, 2001 at 08:43:51PM +0100, Jörg Sommer wrote: > Hello! > > If I send a SELECT query to PostgreSQL from a JDBC connection of my > programm about a lokal network I get this message: > "This methode is not yet implemented." > > The SELECT query is very simple: SELECT * FROM ; > > I

Re: [JDBC] Connection.setCatalog()

2001-07-16 Thread jason
[[[ Original Message from Tom Lane <[EMAIL PROTECTED]> ]]] > [EMAIL PROTECTED] writes: > > Do you know whether PostgreSQL will support the catalogname.tablename > > syntax in SQL queries in the future? > > Schema support is on the to-do list. It's probably too late to imagine > that it will get

Re: [JDBC] Connection.setCatalog()

2001-07-16 Thread Tom Lane
[EMAIL PROTECTED] writes: > Do you know whether PostgreSQL will support the catalogname.tablename > syntax in SQL queries in the future? Schema support is on the to-do list. It's probably too late to imagine that it will get done for 7.2, but maybe for 7.3. Although the details haven't been arg

RE: [JDBC] Connection.setCatalog()

2001-07-16 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > What do they mean by database though? It is vague because the > definitions are not clear, but I interpret it like this: A "catalog" > equals "PostgreSQL database" which is a subset of the whole "database" > assuming "database" in this context to mean the whole server.

RE: [JDBC] Connection.setCatalog()

2001-07-16 Thread jason
[[[ Original Message from Peter Eisentraut <[EMAIL PROTECTED]> ]]] > [EMAIL PROTECTED] writes: > > > What do they mean by database though? It is vague because the > > definitions are not clear, but I interpret it like this: A "catalog" > > equals "PostgreSQL database" which is a subset of the wh

[JDBC] Methode is not yet implemented.

2001-07-16 Thread Jörg Sommer
Hello! If I send a SELECT query to PostgreSQL from a JDBC connection of my programm about a lokal network I get this message: "This methode is not yet implemented." The SELECT query is very simple: SELECT * FROM ; I use S.u.S.E. 7.2. The driver and the PostgreSQL files are from this distributio