Re: [PATCHES] [JDBC] Error in DatabaseMetaData.getColumns() with Views

2004-07-08 Thread Dario V. Fassi
I have found that the problem is worst. In the sample adjunct, you can see that error arise at the time when the view's sql text is parsed and saved in database catalog. Then generic NUMERIC type is forced for every calculated column without regard or precision. And at execute time the f2

Re: [PATCHES] Digital Mars C++ - Clients

2004-07-08 Thread Bruce Momjian
Walter wrote: Bruce Momjian [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Uh, I have never heard of Digital Mars C++. I see it here though: http://www.digitalmars.com/ Having never had anyone who uses it, it seems this patch would be better kept where users of

[PATCHES] Oracle compatibility ...

2004-07-08 Thread Hans-Jürgen Schönig
This week I have been to Southern Germany. This customer has sucessfully migrated from Oracle to PostgreSQL. With the help of a gborg package (Oracle style data dictionary) and CREATE DOMAIN they were able to run there current application WITHOUT modification. There was just one thing we have

Re: [PATCHES] [HACKERS] Initdb error

2004-07-08 Thread Dave Page
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magnus Hagander Sent: 06 July 2004 21:46 Cc: [EMAIL PROTECTED] Subject: [HACKERS] Initdb error Hi! I'm getting this error whenever I try to change the superuser of my database to anything

Re: [PATCHES] Digital Mars C++ - Clients

2004-07-08 Thread Walter
Bruce Momjian [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Walter wrote: Bruce Momjian [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Uh, I have never heard of Digital Mars C++. I see it here though: http://www.digitalmars.com/ Having never had

Re: [PATCHES] Updated ALTER TABLE ... SET TABLESPACE patch

2004-07-08 Thread Christopher Kings-Lynne
Attached is an updated ALTER TABLE ... SET TABLESPACE patch. It uses the block by block copy mechanism proposed by Tom and handles i) ALTER TABLE index and ii) Copying of TOAST tables and the TOAST table's index. It doesn't handle copying of system tables (pg_largeobject) and, in the

Re: [PATCHES] Digital Mars C++ - Clients

2004-07-08 Thread Christopher Kings-Lynne
Other products, such as wxWindows, have seen quite a lot of Digital Mars users embrace it once it started supporting DMC++. That is an extremely poor allegory. wxWindows is a GUI TOOLKIT. PostgreSQL is an independent database server. 99.999% of our windows installations will be from the binary