Re: [BUGS] Bug #838: SSL problems in 7.3

2002-12-11 Thread Bruce Momjian
I will manually apply this. Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Nathan Muell

Re: [BUGS] initdb segfaulting.

2002-12-11 Thread Tom Lane
Rudy Lippan <[EMAIL PROTECTED]> writes: > postgres@war PGDATA $ date > Sat Dec 14 02:12:00 Local time zone must be set--see zic manual page 2002 You've got a moderately broken platform there, IMHO. Everyone else in the world defaults to GMT behavior if no recognizable timezone is set. But if you

[BUGS] initdb segfaulting.

2002-12-11 Thread Rudy Lippan
POSTGRESQL BUG REPORT TEMPLATE Your name : Rudolf Lippan Your email address : [EMAIL PROTECTED] S

Re: [BUGS] ON DELETE triggers don't work as documented

2002-12-11 Thread Joe Conway
Mike Glover wrote: Please enter a FULL description of your problem: The docs state (section 23.9): If a non-NULL value is returned then the operation proceeds with that row value. Note that returning a row value different from the original value o

Re: [BUGS] bug or feature?

2002-12-11 Thread Stephan Szabo
On Fri, 6 Dec 2002, [Windows-1251] Åâãåíèé Ãðèäàñîâ wrote: > Hello there > have some problems on 7.2.3/freebsd > > ex. > table1 has 2 columns: id and name > table2 has 3 columns: id, t1_id(references t1(id) on delete cascade) and > 'name' field > > i got a procedure (plpgsql) > > declare i int; >

[BUGS] Segmentation fault inside libpq with PHP

2002-12-11 Thread David F. Skoll
I am using PostgreSQL in conjunction with PHP, and I get a segmentation fault inside libpq. I believe the problem lies with PHP, but the PHP developers dispute that, hence I'm reporting it here. For details, please see http://bugs.php.net/bug.php?id=20927 Example code to reproduce the bug is at

[BUGS] PostgreSQL Bug?

2002-12-11 Thread Juliano Niederauer
Hi!   I get this error when I try to access the table "users". Can it be a bug?   ERROR:  AttrDefaultFetch: 1 record not found for rel users   Thanks Juliano (BRAZIL)  

[BUGS] upgrade to v7.3 and BLOBs

2002-12-11 Thread jan
Hi, i have a problem updating to v7.2.3 -> v7.3. i have a lot of BLOBs i want to take along. problem boils down to this: although there is FixupBlobRefs-code in pg_backup_db.c to "fix" the references to the BLOBs ( because of the non-avoidable oid change ), is does not work for me because the d

[BUGS] Bug #843: pg_clog files problem - clarification

2002-12-11 Thread Nikolay Hristov
Hi I am the bug reporter. I have uploaded some misleading information. Actually the log entries produced on startup after power down are the following: DEBUG: database system was interrupted at 2002-12-09 14:59:34 EEST DEBUG: checkpoint record is at 0/4239AF0 DEBUG: redo record is at 0/4239A

[BUGS] ON DELETE triggers don't work as documented

2002-12-11 Thread Mike Glover
If PostgreSQL failed to compile on your computer or you found a bug that is likely to be specific to one platform then please fill out this form and e-mail it to [EMAIL PROTECTED] To report any other bug, fill out the form below and e-mail it to [EMAIL PROTECTED] If you not only found the problem

[BUGS] Debian, postgresql 7.3a4

2002-12-11 Thread Stéphane Bérubé
Title: Message Hi   When using this release, I get warnings for query like this «SELECT * FROM tbluser WHERE userid = ''» or when I insert in a table with NULL colums.   What's the problem?   Stéphane Bérubé [EMAIL PROTECTED]  

[BUGS] Can't start postgresql

2002-12-11 Thread Rafael Fernandez
Hello, I’m using a Windows computer and I installed PostgreSQL the first time and it was running great but know I can’t enter to PostgreSQL… Maybe is the commands that I use, can you send me the steps/code for entering to PostgreSQL again?

[BUGS] bug or feature?

2002-12-11 Thread Евгений Гридасов
Hello there have some problems on 7.2.3/freebsd ex. table1 has 2 columns: id and name table2 has 3 columns: id, t1_id(references t1(id) on delete cascade) and 'name' field i got a procedure (plpgsql) declare i int; begin select count(*) into i from table2 where t1_id=123; raise notice ''rows

[BUGS] test

2002-12-11 Thread Bailey, Scott
give me an error message telling me how to subscribe without getting postings. ;-) R. Scott Bailey EDS - Global Operations Solutions Delivery - Midwest MS 2O 1075 West Entrance Drive Auburn Hills, MI 48326 * phone: +01-248-276-5770 (8-351) * mailto:[EMAIL PROTECTED] www.eds.com > This e-mail, a

Re: [BUGS] Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding

2002-12-11 Thread Steve Haslam
On Fri, Dec 06, 2002 at 12:20:54AM +0100, Peter Eisentraut wrote: > > >From PSQL, if I perform: > > \encoding LATIN9 > > insert into i18ntest(id, data) values('Euro symbol', '¤'); > > > > then I would expect this to insert a euro symbol into the data column > > '¤' means '¤', not anything else. M

[BUGS] PostgreSQL 7.3 and JDBC3

2002-12-11 Thread Maksim A. Demin
Hello! Tomorrow a tried to compile new postgres with JDBC3 support. I used J2SDK 1.3.1_04, 1.4.0_01 and 1.4.1_01 and ant 1.5.1. Unfortunately, i receive error messages from ALL jdk versions. Here my classpath: .:/usr/local/j2sdk1.4.1_01:/usr/local/j2sdk1.4.1_01/jre/lib/ext. This is an error me

[BUGS] bug jdbc 7.2 ?

2002-12-11 Thread Stéphane Aubry
I think I have found a bug in the jdbc driver 7.2 that doesn't exist on the 7.3. I have a table : CREATE TABLE "t_contenu_item_devise" ( "cid_id" bigint NOT NULL, "user_id_creation" bigint, "date_edition" timestamp with time zone, "date_creation" timestamp with tim

[BUGS] Bug #845: JDBC driver have a problem with floating-point numbers

2002-12-11 Thread pgsql-bugs
Maxim A. Karavaev ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description JDBC driver have a problem with floating-point numbers Long Description I found a problem for defining a floating-point numbers in PreparedStatement class. I use