[HACKERS]

2001-09-14 Thread Peter T Mount
> Hi > > I saw in TODO > CLIENTS > * Add XML interface: psql, pg_dump, COPY, separate server > and there's some code for JDBC in contrib/retep directory. > > Are there any plans to add xml support to postgresql, to return > rown in formatted in xml for start? not only from psql, but > from ever

[HACKERS]

2001-09-14 Thread Peter T Mount
> Hi > > I saw in TODO > CLIENTS > * Add XML interface: psql, pg_dump, COPY, separate server > and there's some code for JDBC in contrib/retep directory. > > Are there any plans to add xml support to postgresql, to return > rown in formatted in xml for start? not only from psql, but > from eve

[HACKERS] XML

2001-09-14 Thread Peter T Mount
> Hi > > I saw in TODO > CLIENTS > * Add XML interface: psql, pg_dump, COPY, separate server > and there's some code for JDBC in contrib/retep directory. > > Are there any plans to add xml support to postgresql, to return > rown in formatted in xml for start? not only from psql, but > from ever

Re: [HACKERS] Toast, Text, blob bytea Huh?

2001-08-24 Thread Peter T Mount
Quoting Joe Conway <[EMAIL PROTECTED]>: > TEXT is a datatype which stores character data of unspecified length (up > to > the max value of a 4 byte integer in length, although I've seen > comments > indicating that the practical limit is closer to 1 GB -- not sure why). It may be something to do

Re: [HACKERS] Re: PostgreSQL JDBC Unicode Support

2001-03-21 Thread Peter T Mount
Quoting Tatsuo Ishii <[EMAIL PROTECTED]>: > [Cced: to PostgreSQL hackers list] > > Alexander, > > I believe this problem was fixed in the latest JDBC driver, that is > supposed to be shipped with 7.1. It asks your database which encoding > is used for particular database while connecting to the

Re: [HACKERS] PostgreSQL-JDBC driver

2001-03-21 Thread Peter T Mount
Quoting sourabh dixit <[EMAIL PROTECTED]>: > > > - > > Hi, > > I am trying to access PostGreSQL database running at the default port > 5432 > using JDBC. But the application is giving error "Cannot find suitable > driver". I have included JDBC driver JAR file in my CLASSPATH and > Class.

Re: [HACKERS] Final Call: RC1 about to go out the door ...

2001-03-21 Thread Peter T Mount
Quoting The Hermit Hacker <[EMAIL PROTECTED]>: > > Okay folks ... > > We'd like to wrap up an RC1 and get this release happening this > year sometime :) Tom mentioned to me that he has no outstandings left > on his plate ... does anyone else have any *show stoppers* left that need > to b

RE: [HACKERS] CORBA and PG

2001-03-06 Thread Peter T Mount
only. Do not forward this > e-mail > without approval. The views expressed in this e-mail may not be > necessarily > the views of SOPAC. > > > > -Original Message- > From: Peter T Mount [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 6 March 2001 3:52 >

Re: [HACKERS] CORBA and PG

2001-03-05 Thread Peter T Mount
Quoting Franck Martin <[EMAIL PROTECTED]>: > Does anyone has pointers on CORBA and PostgreSQL? > > What is the story ? There's some old stubs for one of the orbs somewhere in the source (C/C++) Also the old JDBC/Corba example is still there (src/interfaces/jdbc/example/corba) Peter -- Pet

Re: [HACKERS] beta5 ...

2001-02-19 Thread Peter T Mount
Quoting The Hermit Hacker <[EMAIL PROTECTED]>: > On Sun, 18 Feb 2001, Tom Lane wrote: > > > The Hermit Hacker <[EMAIL PROTECTED]> writes: > > > things appear to have quieted off nicely ... so would like to put > out a > > > Beta5 for testing ... > > > > Unless Peter E. has some more commits up h

[HACKERS] Quick question about 7.1 & SQL92 Entry Level

2001-02-16 Thread Peter T Mount
Just a quick question, but how much of SQL92 Entry Level does 7.1 support, and what parts haven't we got (yet)? I need to know for a couple of internal bits in the JDBC driver... Peter -- Peter Mount [EMAIL PROTECTED] PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/ RetepPDF PDF libr

Re: [HACKERS] using the same connection?

2001-02-07 Thread Peter T Mount
Quoting Mathieu Dube <[EMAIL PROTECTED]>: > Hi y'all, > Is it a bad idea for an app to keep just a couple of connections to a > database, put semaphore/mutex on them and reuse them all through the > program? > Of course I would check if their PQstatus isnt at CONNECTION_BAD and > reco

Re: [HACKERS] Postgre SQL for Windows

2001-02-06 Thread Peter T Mount
Quoting sourabh dixit <[EMAIL PROTECTED]>: > Hello! > Can anybody tell me the website from which I can download PostgreSQL > for Windows95. I'm not sure if it will run under Win95, but I have it running fine under NT using Cygwin and WinIPC. While my linux box was down, I had to use it under

[HACKERS] Format of the Money field

2001-02-02 Thread Peter T Mount
When did the MONEY type change it's output format? While working on the JDBC test suite, Money broke. It seems to output: $10.99 ($10.99) for negative values While since ages past, the PGMoney class interprets it as a number (no currency symbol). Peter -- Peter Mount [EMAIL PROTECTED] Postgr

[HACKERS] Re: [GENERAL] Trouble porting postgreSQL to WinNT

2001-01-30 Thread Peter T Mount
Quoting Tom Lane <[EMAIL PROTECTED]>: > This doesn't make any sense, since genbki.sh has nothing to do with > creating the fmgr.h file. I think your rebuild probably cleaned up > something else ... hard to tell what though. On a similar vein, is anyone seeing initdb hanging under NT? So far eve

[HACKERS] Re: [JDBC] Open 7.1 items

2001-01-26 Thread Peter T Mount
Quoting Bruce Momjian <[EMAIL PROTECTED]>: > Here are my open 7.1 items. Thanks for shrinking the list so far. > > --- > > FreeBSD locale bug > Reorder INSERT firing in rules > Philip Warner UPDATE crash > JDBC LargeObject

Re: [HACKERS] Open 7.1 items

2001-01-25 Thread Peter T Mount
Quoting Bruce Momjian <[EMAIL PROTECTED]>: > I have trickled the emails as I reviewed them, asking for comments. It > was not one big email. I haven't seen them either, although my Inbox is big again, and I'm filtering out mails by their subject line, so it's possible I've missed them. I'm sl

[HACKERS] Re: FW: Postgresql on win32

2001-01-23 Thread Peter T Mount
Quoting Fred Yankowski <[EMAIL PROTECTED]>: > On Mon, Jan 22, 2001 at 10:19:00PM +, Peter Mount wrote: > > While on this subject, does anyone have a version of cygipc that works > with > > the current version of CygWin? What's on postgresql.org doesn't work, > and > > the link on the site w