[BUGS] postgresql-7.2b3+jdbc+DatabaseMetaData

2001-11-26 Thread Raimund Jakobsmeyer
I test postgresql-7.2b3 with the following configuration: AMD1.3Ghz on ASUS A7, 512MB RAM, 3Ware Raid0 SuSE 7.2, 2.4.4-4GB, gcc 2.95.3 gmake check gives me an error with test geometry. ( there is no error with 7.1.3 on the same pc ) using postgresql.jar with suns forte4j v3 failed with errors in

[BUGS] Bug #521: Backup - Restore Problem in VIEWs

2001-11-26 Thread pgsql-bugs
Stefan Hadjistoytchev ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Backup - Restore Problem in VIEWs Long Description 1. Tested on: OS: Red Hat 6.2 Linux, SlackWare 7.0 Linux, CygWin PostgreSQL: 7.1.3, 7.2b3 2. Base

Re: [BUGS] V: [BUGS] Bug #519: Bug in order b

2001-11-26 Thread Stephan Szabo
On Mon, 26 Nov 2001, Tom Lane wrote: [EMAIL PROTECTED] writes: As you see ONLY the 00CS ID is missplaced, the others are in correct sequence! This isn't a locale specific sort order. (I have RED HAT 7.1, with Hungarian settings, Still looks like locale to me. Exactly what

[BUGS] PostgreSQL 7.1.3 - JDBC driver

2001-11-26 Thread Daniele Arduini
Your name : Daniele Arduini Your email address : [EMAIL PROTECTED] System Configuration - Architecture (example: Intel Pentium) : Any Operating System (example: Linux 2.0.26 ELF) : Any PostgreSQL version (example: PostgreSQL-7.1.3):

Re: [BUGS] Bug #521: Backup - Restore Problem in VIEWs

2001-11-26 Thread Tom Lane
[EMAIL PROTECTED] writes: - I do a BACKUP using pg_dump -d -D testdb dump1 == Result: the View description is not written as expected I've repaired this for 7.2. If you need a solution sooner, I believe that the 7.2 patch would apply cleanly to 7.1. See

Re: [BUGS] pg_restore --data-only ignored

2001-11-26 Thread Tom Lane
Mike Finn [EMAIL PROTECTED] writes: While upgrading to 7.1.3 (from 7.1.2) I discovered that pg_restore was not honouring the --data-only command line option. Looks like this is already fixed in current sources. Thanks for the report though! regards, tom lane

Re: [BUGS] V: [BUGS] Bug #519: Bug in order b

2001-11-26 Thread Stephan Szabo
On Mon, 26 Nov 2001, Tom Lane wrote: (HPUX is picky about locale names... 'hu_HU' doesn't work...) This doesn't seem to entirely square with the results you two get, but it sure does look like CS sorts in non-ASCII order in HU locale. I tried it with the full locale name you used and sort

Re: [BUGS] PostgreSQL 7.1.3 - JDBC driver

2001-11-26 Thread Bruce Momjian
This is corrected in current sources. See beta3 or snapshot for the new code. --- Your name : Daniele Arduini Your email address : [EMAIL PROTECTED] System Configuration -

[BUGS] pg_restore --data-only ignored

2001-11-26 Thread Mike Finn
While upgrading to 7.1.3 (from 7.1.2) I discovered that pg_restore was not honouring the --data-only command line option. Can't actually remember if it worked in 7.1.2 or not. Particulars: postgresql-7.1.3.tar.gz compiled under Linux mandrake 7.2 command used from a shell script pg_restore

Re: [BUGS] grant/revoke bug with delete/update

2001-11-26 Thread Bruce Momjian
This has been fixed in 7.2beta: * -Permission to DELETE table also allows UPDATE (Peter E) --- Hi, first I'm sorry to not fill the form, I'm too lazy, and it's not platform nor version dependent AFAIK. I

[BUGS] Bug #522: Cannot Create Database

2001-11-26 Thread pgsql-bugs
Curtis Hermann ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Cannot Create Database Long Description I am on Mac OS 10.1. Every time I try to create a database I get the following error: [localhost:~] postgres% createdb

Re: [BUGS] Bug #522: Cannot Create Database

2001-11-26 Thread Tatsuo Ishii
Seems a known bug with Mac OS 10.1. Work around: try 7.2beta3. -- Tatsuo Ishii Curtis Hermann ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Cannot Create Database Long Description I am on Mac OS 10.1. Every time I

Re: [BUGS] Bug #522: Cannot Create Database

2001-11-26 Thread Tom Lane
[EMAIL PROTECTED] writes: I am on Mac OS 10.1. Every time I try to create a database I get the following error: [localhost:~] postgres% createdb curtis_test Apple broke this in 10.1. There is a workaround for their bug in 7.2b3. regards, tom lane