[BUGS] casting timeofday() to timestamp boken under cygwin - Problem identified

2003-08-01 Thread Tim McAuley
Hi there, Regarding my last email. I have found the issue. Windows 2K is reporting the timezine as GMTDT (GMT, Dublin time... I think) and I don't believe Postgresql can understand this. See the following code segments: mcauleyt=# select timeofday(); timeofday ---

[BUGS] casting timeofday to timestamp broken under cygwin

2003-08-01 Thread Tim McAuley
Hi, I am unable to cast the output of timeofday() to a timestamp under postgresql 7.3.3-1 under cygwin. I can do so under 7.3.2 running on Linux. All the best, Tim Results as follows: Cygwin - Postgresql 7.3.3 -

Re: [BUGS] casting timeofday() to timestamp boken under cygwin - Problem identified

2003-08-01 Thread Tom Lane
Tim McAuley <[EMAIL PROTECTED]> writes: > Regarding my last email. I have found the issue. Windows 2K is reporting > the timezine as GMTDT (GMT, Dublin time... I think) and I don't believe > Postgresql can understand this. No, it wouldn't recognize that. You could add the zone name as a keyword

[BUGS] pg_dump failure in tar format.

2003-08-01 Thread Nick Fankhauser
I've posted the information below twice to the admin list without getting a solution, so I'm promoting it to a bug. I'm not subscribed to the bug list, so please cc me on responses and I'll try to supply information as needed. I'm getting the following error message: pg_dump: [tar archiver] co

[BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Hans-Jürgen Hay
since I moved from postgres 7.1 to 7.3 I get hangs when executing a select on certaint rows with binary data using psql The problem is reproducible and affects only single rows in the table . The hangs happen only when I connect via network unsing psql -h localhost template1 And the problem is g

[BUGS] Transactions and exceptions; trailing spaces in byteas

2003-08-01 Thread Troels Arvin
Hello, At http://ldbc.sourceforge.net/html/databases.html (see bottom of the page), two problems in PostgreSQL are mentioned. To me, it seems that the author is right: PostgreSQL's handling of exceptions in transactions and trailing spaces in BYTEAs are buggy. -- Greetings from Troels Arvin, Co

[BUGS] POSTGRES in UNICODE

2003-08-01 Thread subbiah K
Hi To All, AM facing a crucial problem. Now my all DBs r in SQL_ASCII formates . Now i want to convert to unicode formates. its possible. then its possible how to do it. what r the commands. In postgres pg_encoding command is there . how to use it the commands. Thanks For Ur Update

[BUGS] Indexes not used for "min()"

2003-08-01 Thread Valsecchi, Patrick
Your name : Patrick Your email address : Valsecchi System Configuration - Architecture (example: Intel Pentium) : Intel Pentium Operating System (example: Linux 2.0.26 ELF) : Linux 2.4.20 PostgreSQL version (example: PostgreSQL-7.3.3): Post

[BUGS] Trouble

2003-08-01 Thread Ricardo Bayley
I am encountering seriuos problems when altering, creating tables and deleting records (zoombie process) with postgreSQL 7.3.3 and 7.3.2 I´ve seen that you´ve posted the new release of postgreSQL 7.3.4. Are all this issues solved ? If not, which release do you recommend ?     best regards,  

Re: [BUGS] pg_dump error

2003-08-01 Thread Vasko Miovski
Hi I get this error when I try to backup my DB C:\cygwin\bin>pg_dump -f nji.dump -F p NJI pg_dump: [archiver (db)] connection to database "NJI" failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the re

[BUGS] gmake check documentation

2003-08-01 Thread Richard Anderson
I am reporting a minor documentation problem in the PostgreSQL Installation Instructions, Section 1.5.3 (Regression Tests). The instructions imply that one can issue a "gmake check" command before doing "gmake install" . But, unless you have done an install, you get this error: pg_regress: ini

[BUGS] [sap-portals-admins] Re: SSO to Non-SAP Systems using SAP Login Tickets

2003-08-01 Thread arulbhavani
Hello All, Has anyone solved this problem. We are getting the same exact problem with iPlanet server. *** ERROR => accessCookie - missing cookie [WebServerPlu 120] Can anyone tell the settings in the object ppath ??? AuthTrans fn="CheckAccess" Service method="(POST)" fn="SendTeachCookie"

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Tom Lane
=?ISO-8859-1?Q?Hans-J=FCrgen?= Hay <[EMAIL PROTECTED]> writes: > The hangs happen only when I connect via network unsing psql -h > localhost template1 > And the problem is gone, when ssl is switched off in postgresql.conf We have heard a couple of reports of problems with SSL connections, but so f

Re: [BUGS] Transactions and exceptions; trailing spaces in byteas

2003-08-01 Thread Stephan Szabo
On Sun, 27 Jul 2003, Troels Arvin wrote: > At http://ldbc.sourceforge.net/html/databases.html (see bottom of the > page), two problems in PostgreSQL are mentioned. > > To me, it seems that the author is right: PostgreSQL's handling of > exceptions in transactions and trailing spaces in BYTEAs are

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Tom Lane wrote: =?ISO-8859-1?Q?Hans-J=FCrgen?= Hay <[EMAIL PROTECTED]> writes: The hangs happen only when I connect via network unsing psql -h localhost template1 And the problem is gone, when ssl is switched off in postgresql.conf We have heard a couple of reports of problems with SSL con

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Tom Lane
Andreas Pflug <[EMAIL PROTECTED]> writes: > I currently don't have a system to reproduce this, because I didn't > succeed making my 7.4 server accepting ssl-connections. I posted for > installation help on pgsql-admin but didn't get a reaction so far. RTFM > up and down I couldn't see what I con

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Tom Lane wrote: Andreas Pflug <[EMAIL PROTECTED]> writes: I currently don't have a system to reproduce this, because I didn't succeed making my 7.4 server accepting ssl-connections. I posted for installation help on pgsql-admin but didn't get a reaction so far. RTFM up and down I couldn't se

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Tom Lane
Andreas Pflug <[EMAIL PROTECTED]> writes: > I pushed client_min_messages and log_min_messages to debug5, and the > only suspicious message at startup is > LOG: could not load root cert file "/usr/data/pgsql-7.4/root.crt": No > such file or directory > DETAIL: Will not verify client certificates

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Tom Lane wrote: Bizarre. I looked through the recent sslmode patch, and while I found some things I didn't like, none of them explain this. Could you perhaps get a trace of the server-to-client interaction? Either strace'ing psql or watching the IP traffic with a packet sniffer should do --- bu

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Hi Tom, reducing the traced conversation to its essence it's just a ssl-request to a non-ssl server :-( localhost.32822 > localhost.postgresql: 0008 04d2 162f localhost.postgresql > localhost.32822: 4e And no hints from serverlog. Are there some more debugging options that I could enab

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Tom Lane
Andreas Pflug <[EMAIL PROTECTED]> writes: > the attached file is a tcpdump of a connect attempt. Hm. The postmaster is sending back 'N' indicating that it does not want to do SSL. Are you sure you are connecting to an SSL-enabled postmaster? Also, is your connection by any chance IPV6? It does

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Tom Lane
Andreas Pflug <[EMAIL PROTECTED]> writes: > reducing the traced conversation to its essence it's just a ssl-request > to a non-ssl server :-( Yeah, I had just come to the same conclusion. Either you're connecting to the wrong server (check those port numbers?) or there's something wrong with the

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Andreas Pflug
Tom Lane wrote: Hm. The postmaster is sending back 'N' indicating that it does not want to do SSL. Are you sure you are connecting to an SSL-enabled postmaster? Also, is your connection by any chance IPV6? It doesn't look like it from the tcpdump, but I'm not sure I know how to tell. Ah, that's

Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-01 Thread Tom Lane
Andreas Pflug <[EMAIL PROTECTED]> writes: > According to the comment, it should be > if (!EnableSSL || port->laddr.addr.ss_family == AF_UNIX) > and after changing this it works! Right. I've committed the fix. One bug less, now to find the next one ... > Dave reported this failing on snake.pgadm

Re: [BUGS] pg_dump failure in tar format.

2003-08-01 Thread Philip Warner
At 02:47 PM 1/08/2003 -0500, Nick Fankhauser - Doxpop wrote: pg_dump: [tar archiver] could not write to tar member (wrote 39, attempted 166) One of the nasty features of TAR format is that it needs to know the file size before adding it to the archive. As a result, pg_dump stores the file in the

[BUGS] pg_hba.conf changes

2003-08-01 Thread Stephen Frost
Greetings, It appears that if you do the following: Start the server with pg_hba.conf saying to use 'ident' Change pg_hba.conf to use 'md5' Send HUP signal to server Log in to server (with password), create a database It seems to revert to using 'ident' again, at least for that databas

Re: [BUGS] pg_hba.conf changes

2003-08-01 Thread Tom Lane
Stephen Frost <[EMAIL PROTECTED]> writes: > It appears that if you do the following: > Start the server with pg_hba.conf saying to use 'ident' > Change pg_hba.conf to use 'md5' > Send HUP signal to server > Log in to server (with password), create a database > It seems to revert to usin

[BUGS] Using contrib/fulltext on multiple tables.

2003-08-01 Thread Eric Johnson
I am running into a problem with using contrib/fulltext on several tables. postgres 7.3.2, script attached. Here's the details... I have one sql script which drops everything and recreates the database structure, then populates it with some test data. In this script I create tables a,b and c an

Re: [BUGS] PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1

2003-08-01 Thread Sean Chittenden
> > FWIW, I can confirm this, but I don't think it's a FreeBSD > > specific problem given that the backend dies inside of an OpenSSL > > routine. > > > #0 0x2864ae9c in EVP_DigestUpdate () from /usr/lib/libcrypto.so.3 > > #1 0x28576a90 in px_find_cipher () from /usr/local/lib/postgresql/pgcrypto

Re: [BUGS] PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1

2003-08-01 Thread Sean Chittenden
> >> testdb=# SELECT crypt('lalalal',gen_salt('md5')); > >> server closed the connection unexpectedly > > > FWIW, I can confirm this, but I don't think it's a FreeBSD specific > > problem given that the backend dies inside of an OpenSSL routine. > > Works fine here: > > regression=# SELECT crypt