Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-24 Thread aarjan langereis
Ok, just now I understand that 'ulimit' is a bashbuiltin :P. So I fixed that;)I reproduced the crash and got a good core-file (with the symbols, seebelow). The only thing is: it's 390Mb :( .. even after gzip it's big: 250Mb.Would that be a problem for you? (I have the bandwith if you want)(g

Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-24 Thread aarjan langereis
Sorry I made a mistake , the coredump is only 25 Mb :D   Aarjan - Original Message - From: aarjan langereis To: [EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 10:49 AM Subject: Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-24 Thread Tom Lane
"aarjan langereis" <[EMAIL PROTECTED]> writes: > I reproduced the crash and got a good core-file (with the symbols, see > below). The only thing is: it's 390Mb :( .. even after gzip it's big: 250Mb. > Would that be a problem for you? (I have the bandwith if you want) No point in sending it to me,

[BUGS] 7.4: FATAL: terminating connection due to administrator command

2003-12-24 Thread Dmitry Knyazev
Hello pgsql-bugs, Im using postgres 7.4 build from source on FreeBSD 4.9 with pglogd for storing apache logs. When apache load becomes moderate enough, postgres exits with message: FATAL: terminating connection due to administrator command I tried different values of shared_buffers

[BUGS] Help

2003-12-24 Thread Jeremy Rademan
Please help I am trying to install PostgreSQL using cygwin on WindowsXP and I am getting this error:   $ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/test/ The files belonging to this database system will be owned by user "JRademan". This user must also own the server process.   Th

Re: [JDBC] [BUGS] BUG #1026: org.apache.commons.dbcp.DbcpException:

2003-12-24 Thread Tammy Jones
Kris Jurka wrote: PostgreSQL version: 7.3.4 Description:org.apache.commons.dbcp.DbcpException: The connection attempt failed because failed getting backend We are trying to install DSPACE with POSTGRES. When we run the ant fresh_install command we get the following error.

Re: [JDBC] [BUGS] BUG #1026: org.apache.commons.dbcp.DbcpException:

2003-12-24 Thread Dave Cramer
Tammy, are you building the jar from source? if so can you try running ant test ? also see my comments below Dave On Wed, 2003-12-24 at 09:32, Tammy Jones wrote: > > Kris Jurka wrote: > > > PostgreSQL version: 7.3.4 > > > > > > Description:org.apache.commons.dbcp.DbcpException: The con

[BUGS] BUG #1027: incorrect result from 'order by'

2003-12-24 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1027 Logged by: William H Copson Email address: [EMAIL PROTECTED] PostgreSQL version: 7.5 Dev Operating system: Redhat 7.2 (highly modified) Description:incorrect result from 'order by' Details: The follo

[BUGS] BUG #1028: order by problem

2003-12-24 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1028 Logged by: William H Copson Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Redhat 7.2 (highly modified) Description:order by problem Details: Sorry, in the previoius submi

Re: [JDBC] [BUGS] BUG #1026: org.apache.commons.dbcp.DbcpException:

2003-12-24 Thread Dave Cramer
Tammy, Sorry, I wasn't clear, ant test is for the jdbc driver. Either way, if you can't get psql to return version then there are problems. Does psql work in interactive mode, can you select anything? Dave On Wed, 2003-12-24 at 11:59, Tammy Jones wrote: > I am building dspace from source, howe

[BUGS] %ROWTYPE in RETURNS clause of CREATE FUNCTION statement causes a parser error. Postges 7.4 & 7.4.1

2003-12-24 Thread ezra epstein
Running under cygwin on Windows 2000 and Windows XP. It appears that %ROWTYPE is not allowed in the RETURNs clause of function declarations. It could be that this is a "feature" but it seems an odd one since %ROWTYPE is allowed in the parameter list and DECLARE section of PL/pgSQL functions. ==

Re: [JDBC] [BUGS] BUG #1026: org.apache.commons.dbcp.DbcpException:

2003-12-24 Thread Tammy Jones
I downloaded the jdbc driver jar which was used by postgres to compile up drivers. When I ran the queries in psql, I got the same SELECT response. Dave Cramer wrote: Tammy, Sorry, I wasn't clear, ant test is for the jdbc driver. Either way, if you can't get psql to return version then t

Re: [JDBC] [BUGS] BUG #1026: org.apache.commons.dbcp.DbcpException:

2003-12-24 Thread Tammy Jones
I am building dspace from source, however ant test does not work.  I get the following error: $ ant test Buildfile: build.xml BUILD FAILED Target `test' does not exist in this project. I tried running the psql commands just like below and still only get SELECT as the response. Below is a s