[JDBC] Re: [COMMITTERS] pgsql/ /aclocal.m4 /build.xml /configure /conf ...

2001-03-05 Thread Peter Eisentraut
subtree. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/ ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get

Re: [JDBC] RE: Compiling

2001-03-29 Thread Peter Eisentraut
. Details can be worked out when we open up 7.2. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/ ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html

Re: [JDBC] DatabaseMetaData.supportsCatalogsInXXX()

2001-07-13 Thread Peter Eisentraut
a database specified? Is always possible to connect to template1? This is not essential but might make things easier to use if people just want to list available databases. I think this would confuse people. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter

Re: [JDBC] Connection.setCatalog()

2001-07-17 Thread Peter Eisentraut
. The set of catalogs that can be referenced in any SQL-statement, during any particular SQL-transaction, or during the course of an SQL-session is also implementation-defined. (just above your stuff) which serves us just fine. -- Peter Eisentraut [EMAIL PROTECTED] http

RE: [JDBC] Connection.setCatalog()

2001-07-16 Thread Peter Eisentraut
revolutionary to me, but then again, as above, the alternative is to not allow it at all. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

RE: [JDBC] select on multiple tables

2001-08-21 Thread Peter Eisentraut
came from. If you have ambiguous names you should be using AS clauses or JOIN syntax. SQL actually requires to raise an error if you have duplicate output column names, IIRC. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end of broadcast

Re: [JDBC] NULLs and sort order

2001-09-09 Thread Peter Eisentraut
. Would it be useful to add this information to the documentation, e.g. the documentation of ORDER BY in SELECT? Most likely. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end of broadcast)--- TIP 4: Don't 'kill

Re: [JDBC] J2SE 1.4 and other patches

2001-10-18 Thread Peter Eisentraut
use jdk 1.2 functionality for the implementation of the JDBC 2 driver. So unless there is something in jdk 1.3 or 1.4 that is required or really useful for JDBC 3 we could probably avoid opening up yet another directory that always gets out of sync. -- Peter Eisentraut [EMAIL PROTECTED] http

Re: [JDBC] Whatever ... JDBC build patch

2001-10-20 Thread Peter Eisentraut
Gunnar Rønning writes: How do distributors that need to build all driver types proceed ? I haven't seen one yet, but theoretically they should configure several different build trees from one source tree. Of course, this doesn't work with Ant, but it's trivial with GNU make. -- Peter

Re: FW: Re: [JDBC] [PATCHES] Ant configuration

2001-10-20 Thread Peter Eisentraut
and ant are installed. (Or, rather, I should be able to) You can also install GNU make on Windows. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end of broadcast)--- TIP 2: you can get off all lists at once

Re: FW: Re: [JDBC] [PATCHES] Ant configuration

2001-10-23 Thread Peter Eisentraut
Gunnar Rønning writes: Seriously would installing GNU Make be enough, or would you need to install Cygwin and other packages as well ? GNU make runs natively on Windows. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end

Re: [JDBC] Ant installation (and other) issues!

2001-10-22 Thread Peter Eisentraut
management for about 10 years. Windows NT and Visual Basic have been the standard for enterprise computing for 5 years. Thank you very much. ;-) -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end of broadcast)--- TIP 2

Re: [JDBC] FW: Re: [PATCHES] Ant configuration

2001-10-23 Thread Peter Eisentraut
will be fixed, no matter what's the standard today. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster