[BUGS] BUG #1389: 2 x 3.1 Gz Intel Cpu, 4Gb RAM, 2Gb Swap, Linux, Kernel 2.4.21-20.ELsmp #1 SMP

2005-01-12 Thread Gustav Lindenberg
The following bug has been logged online: Bug reference: 1389 Logged by: Gustav Lindenberg Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.0rc2 Operating system: Red Hat Enterprise Linux ES release 3 (Taroon Update 3) Description:2 x 3.1 Gz Intel Cpu, 4Gb RAM

[BUGS] rc4 and rc3, some deleted, but still needed text in the documentation, please put it back again

2005-01-12 Thread Christoph Becker
If PostgreSQL is intalled with native language support with the windows installer and if German is used as locale, local characters like Umlaute are displayed wrong in the windows command window. In PG-Admin's Helpfile, which is from beta5, but no longer in the documentation of version rc3 and r

[BUGS] rc4, PostgreSQL-installer on WinXP: problems with plpython

2005-01-12 Thread Christoph Becker
1. Python as PL was greyed out an could not be installed again via the installer - contrary to rc3, where PL/Python's installation was offered and did work. 2. When trying to install plpythonu with creatlang, this was not possible because of something like "error in python.dll: python23.dll n

[BUGS] rc4, PostgreSQL-installer on WinXP: anybody can read, write and delete in data-dir

2005-01-12 Thread Christoph Becker
The default file and directory-rights set by postgesql for the data directory are such, that anybody has the right to read, write and delete files. The installer as well as initdb should set reasonable rights or the user should at least be warned that he should adjust the file and directory ri

[BUGS] rc4, PostgreSQL-installer on WinXP: ignores selected install-directory

2005-01-12 Thread Christoph Becker
I wanted to install rc4 on Windows XP in g:\pgsql and selected this in the Installprocess. PGDATA was already set to this directory. However, PostgeSQL as well as the data-directory were installed at C:\Programme\PostgreSQL\8.0.0-rc4 resp. C:\Programme\PostgreSQL\8.0.0-rc4\data Initdb and pg_ctl s

[BUGS] rc4, restore of a db with psql freezes without warning if plpythonu is needed, but is not installed

2005-01-12 Thread Christoph Becker
I tryed to load a database dumped from version 7.4.3 which has a function written in plpython. The process seems to freeze at a "Create function" when I used psql and the text-version of the dump. After installing plpythonu it works. psql should print an error-message indicting that plpython (or

Re: [BUGS] RULES doesn't work as expected

2005-01-12 Thread Richard Huxton
Removed cc to pgsql-patches since that's not the list for this. John Hansen wrote: It seems rules don't work as expected. I could be wrong,... In which case, what am I doing wrong? A rule is like a macro, rewriting the query plan. You're trying to use it as though it is a trigger. The side-effects

Re: [BUGS] rc4, PostgreSQL-installer on WinXP: anybody can read, write and delete in data-dir

2005-01-12 Thread Magnus Hagander
This permission is inherited from your Program Files folder, if you install in the default location. If you install with the data on a separate partition (which would be recommended for any larger installation), it's inherited from whatever the parent permissions are there. Might be worthwhile t

Re: [BUGS] rc4 and rc3, some deleted, but still needed text in the documentation, please put it back again

2005-01-12 Thread Magnus Hagander
> If PostgreSQL is intalled with native language support with > the windows installer and if German is used as locale, local > characters like Umlaute are displayed wrong in the windows > command window. In PG-Admin's Helpfile, which is from beta5, > but no longer in the documentation of versio

Re: [BUGS] rc4, PostgreSQL-installer on WinXP: problems with plpython

2005-01-12 Thread Magnus Hagander
> 1. Python as PL was greyed out an could not be installed > again via the installer - contrary to rc3, where PL/Python's > installation was offered and did work. This means that you don't have python23.dll on your system. > 2. When trying to install plpythonu with creatlang, this was > not

Re: [BUGS] rc4, PostgreSQL-installer on WinXP: ignores selected install-directory

2005-01-12 Thread Magnus Hagander
> I wanted to install rc4 on Windows XP in g:\pgsql and > selected this in the Installprocess. > PGDATA was already set to this directory. > However, PostgeSQL as well as the data-directory were installed at > C:\Programme\PostgreSQL\8.0.0-rc4 > resp. > C:\Programme\PostgreSQL\8.0.0-rc4\data > Ini

Re: [BUGS] RULES doesn't work as expected

2005-01-12 Thread John Hansen
Right, except: create table test (a text, b int); create or replace rule test_rule as on insert to test where exists(select 1 from test where a = NEW.a) do instead select * from test; insert into test (a,b) VALUES ('first',2); a | b ---+--- first | 2 (1 row) select * from test; a

[BUGS] 8rc5 on OpenBSD

2005-01-12 Thread Pailloncy Jean-Gerard
Hi, I try a "make check" without success. The compilation is done correctly. But "make check" throws: == creating temporary installation== == initializing database system == == starting postmaster=

Re: [BUGS] RULES doesn't work as expected

2005-01-12 Thread Richard Huxton
John Hansen wrote: Right, except: create table test (a text, b int); create or replace rule test_rule as on insert to test where exists(select 1 from test where a = NEW.a) do instead select * from test; insert into test (a,b) VALUES ('first',2); a | b ---+--- first | 2 (1 row) select * from t

Re: [BUGS] 8rc5 on OpenBSD

2005-01-12 Thread Tom Lane
Pailloncy Jean-Gerard <[EMAIL PROTECTED]> writes: > # cat src/test/regress/log/postmaster.log >> WARNING: could not create Unix-domain socket Hmm. That's pretty odd --- the warning indicates that StreamServerPort() failed to open a local socket, but all of the expected failure paths will log an

Re: [BUGS] 8rc5 on OpenBSD

2005-01-12 Thread Tom Lane
Pailloncy Jean-Gerard <[EMAIL PROTECTED]> writes: The only code path I see offhand in which no message would be logged is if the ListenSocket[] array is already full. Is it possible that you have 10 or more IP addresses that "localhost" would bind to? >> >>> 2 IPs + 3 alias on 2 in

Re: [BUGS] 8rc5 on OpenBSD

2005-01-12 Thread Tom Lane
Pailloncy Jean-Gerard <[EMAIL PROTECTED]> writes: > === > 8 of 96 tests failed. > === The failures all seem to be due to individual tests not getting run: > ! psql: could not fork new process for connection: Resource temporarily > unavailable > ! psql: cou

[BUGS] rc5: initdb freeze with "selecting default max_connections ..."

2005-01-12 Thread Christoph Becker
System is Windows XP, the postgres-installer (postgresql-8.0.0-rc5.zip resp. .msi) was used to install envirement variable PGDATA is set to g:\pgsql Never before (7.x versions, older version 8 beta/rc) I have got the following response/problem with an initdb: C:\Programme\PostgreSQL\8.0.0-rc5\b

Re: [BUGS] rc4, PostgreSQL-installer on WinXP: ignores selected install-directory

2005-01-12 Thread Christoph Becker
The installer will override any environment variables, as it executes with its own environment in Windows Installer. To change a directory, use the installer features for it. See the FAQ question 3.6. I did that, and here is FAQ 3.6: I changed the directory but PostgreSQL was still installed in the

[BUGS] psql: no chance to enter password in certain situations

2005-01-12 Thread Christoph Becker
OS ist Windows XP Prof, PgSQL version is rc5 via windowsinstaller When trying to restore a db, psql does not ask for the password but responds imediately with an erromessage as in the following example: F:\doka\bak>psql -U postgres template1 < pg_dump_all_2005-01-11.txt Password: psql: FATAL: pa

Re: [BUGS] rc4 and rc3, some deleted, but still needed text in the

2005-01-12 Thread Christoph Becker
Magnus Hagander wrote: This information is still in the documentation, it has moved to a different location. It's in the docmentation for the psql tool now. (It's under Client Application) Yes it is, but the message in the source code has not been changed, which is very misleading, as you can see

Re: [BUGS] psql: no chance to enter password in certain situations

2005-01-12 Thread John R Pierce
Christoph Becker wrote: OS ist Windows XP Prof, PgSQL version is rc5 via windowsinstaller When trying to restore a db, psql does not ask for the password but responds imediately with an erromessage as in the following example: F:\doka\bak>psql -U postgres template1 < pg_dump_all_2005-01-11.txt Pa

Re: [BUGS] psql: no chance to enter password in certain situations

2005-01-12 Thread Tom Lane
Christoph Becker <[EMAIL PROTECTED]> writes: > OS ist Windows XP Prof, PgSQL version is rc5 via windowsinstaller > When trying to restore a db, psql does not ask for the password but > responds imediately with an erromessage as in the following example: > F:\doka\bak>psql -U postgres template1 <