Re: [BUGS] signal 11

2004-01-30 Thread Tanya Mamedalin
Sorry, I wasn't sure how much information I should provide. To be thorough: -Tanya - -- TOC Entry ID 18 (OID 16580) -- -- Name: escalation Type: TABLE Owner: postgres -- CREATE TABLE "escalation" ( "pathname"

[BUGS] Can not always connect to postmaster. Sometimes get "Connection refused".

2004-01-30 Thread Hamedany, Allen
Hi,   We’re running postgres7.3 on RedHat7.3. The Postgres at boot time is started up from a java (1.2) class that runs the following commands in order:   /usr/local/pgsql/bin/pg_ctl -w start -D /var/lib/pgsql -l /var/log/pgsqld.log -o –i /usr/local/pgsql/bin/createdb management . .

[BUGS] Why not (OID) in JDeveloper10g?

2004-01-30 Thread rdgmus
Hello!, Using JDeveloper10g (ORACLE) I can connect to PostgreSQL database on local machine; BUT! when trying to open informations on table structure, I receive this ERROR MESSAGE * See image attached! **

Re: [BUGS] BUG #1069: functions "lower()" and "upper()" not characterset-aware

2004-01-30 Thread InterZone
Tom Lane wrote: "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: the functions "lower()" and "upper()" do not seem to work correctly with ISO_8859_7 values CREATE DATABASE mediagrk WITH TEMPLATE = template0 ENCODING = 'ISO_8859_7'; upper/lower are driven by the database locale, not the encod

[BUGS] initdb: directory not empty issue

2004-01-30 Thread Jeffrey Quinn
Hi, Don't know if this is a bug or more of a feature request, but here goes: It would appear that by default initdb refuses to configure a database within a directory that already contains files/directories. I understand that this is desirable in most cases. The problem, however, is that

[BUGS] FW: Can not always connect to postmaster. Sometimes get "Connection refused".

2004-01-30 Thread Hamedany, Allen
  Hi,   We’re running postgres7.3 on RedHat7.3. The Postgres at boot time is started up from a java (1.2) class that runs the following commands in order:   /usr/local/pgsql/bin/pg_ctl -w start -D /var/lib/pgsql -l /var/log/pgsqld.log -o –i /usr/local/pgsql/bin/createdb management .

Re: [BUGS] Why not (OID) in JDeveloper10g?

2004-01-30 Thread Kris Jurka
On Tue, 27 Jan 2004, rdgmus wrote: > Hello!, > Using JDeveloper10g (ORACLE) I can connect to PostgreSQL database > on local machine; > > This is what says Oracle about this same error on his help on line into > JDeveloper10g. >

Re: [BUGS] initdb: directory not empty issue

2004-01-30 Thread Tom Lane
Jeffrey Quinn <[EMAIL PROTECTED]> writes: > The problem, however, is that this will fail if I am trying to enable a > separate filesystem as the data location. It's rather annoying to have > to remove a lost+found directory (or other files), init the db, and then > remake lost+found (and restor

[BUGS] pg_dump: procedural language for function fun_update_tptype_master not found

2004-01-30 Thread yogesh selukar
Hello Sir ! I am using postgresql from last six months. It's running fine. I have no problem with the database.But from last few days i am getting the Error while using the pg_dump to dump the data from my database . the error is given bellow.   pg_dump: procedural language for function fun_u

[BUGS] segfault in psql on x86_64

2004-01-30 Thread Orion Henry
I am running vanilla Fedora Core 1 - test1 for x86_64 running an update system running kernel 2.4.22-1.2166.nptlsmp The system is a dual opteron pogolinux box with 512M and a IDE RAID 1 from 3ware I downloaded postgresql-7.4.1-1PGDG.src.rpm and built it on the system. (rpmbuild --rebuild ...)

Re: [BUGS] FW: Can not always connect to postmaster. Sometimes get "Connection refused".

2004-01-30 Thread Tom Lane
"Hamedany, Allen" <[EMAIL PROTECTED]> writes: > Sometimes, after Postgres starts up, when the database clients try to > access the db from the localhost, we get the following error: > com.solarmetric.kodo.Runtime - > com.solarmetric.kodo.runtime.FatalDataStoreException: Connection > refused. Check

Re: [BUGS] signal 11

2004-01-30 Thread Tom Lane
"Tanya Mamedalin" <[EMAIL PROTECTED]> writes: > Sorry, I wasn't sure how much information I should provide. To be thorough: Thanks for the background. I tried the query with these table definitions and it didn't crash for me. This may mean that the bug is fixed in 7.4.1, or it might just mean t

[BUGS] pg_dump Error

2004-01-30 Thread yogesh sailukar
Hello Sir ! I am really greate ful for Postgresql. It's realy a good open source database. I am using it from six months. But now a days I am getting one strange error while using pg_dump.i.e. while dumping the data from the database. I have created procedural language through CREATELANG command.Pr