[BUGS] server hang up

2001-12-03 Thread Alla El Gohary
dear pgsql-bugs i'm running postgresql 7.1.2 on freebsd4.3 my application consists of several components running on win32s clients some of the modules interact with each other on the network using udp and tcp packets i have nearly 14 clients running on the server i mentioned before on a workg

[BUGS] SQL Query Problem

2001-12-03 Thread Kristian Lance
The server is running: PostgreSQL version 7.0.2 RedHat Linux 6.2 When using ORDER BY in an SQL statement where the data type is varchar and the data are unix directory paths, the forward slashes (/) are ignored, causing the results to be returned in the incorrect order. Example: Here is the

Re: [BUGS] Bug #525: createlang for plperl fails on Tru64 version 4.0F (v 7.1.3)

2001-12-03 Thread Beerman, Michael B
I tried linking both plperl.so and libperl.so in /usr/lib and /usr/shlib, setting my LD_LIBRARY_PATH environment variable to include those directories, recompiling the source for Pl/Perl, and still get the same message. Unfortunately, Tru64 4.0F doesn't have an equivalent of the ldd command that I

[BUGS] Handling large Objects with Tcl/Tk

2001-12-03 Thread Andreas Kretzer
Hi everyone! While having problems with large objects I discovered a faulty implementation of the 'rw' parameter for pg_lo_open. in the file src/interfaces/libpgtcl/pgtclCmds.c the second letter of this parameter is incorporated into the mode variable by _ANDING_ another value (INV_READ / I

Re: [BUGS] SQL Query Problem

2001-12-03 Thread Tom Lane
Kristian Lance <[EMAIL PROTECTED]> writes: > Note that the program appears to make no distinction between /x/c and > /xc. Sounds like you're running in en_US locale. You might prefer to use plain C locale. regards, tom lane ---(end of broadcast)

Re: [BUGS] SQL Query Problem

2001-12-03 Thread Stephan Szabo
On Thu, 29 Nov 2001, Kristian Lance wrote: > The server is running: > > PostgreSQL version 7.0.2 > RedHat Linux 6.2 > > When using ORDER BY in an SQL statement where the data type is varchar and > the data are unix directory paths, the forward slashes (/) are ignored, > causing the results to be

Re: [BUGS] Bug #525: createlang for plperl fails on Tru64 version 4.0F (v 7.1.3)

2001-12-03 Thread Beerman, Michael B
Thanks for your help. The main problem that was holding me up was that I wasn't sure what the equivalent of ldd was on Tru64 4.0F (ldd is available on version 4.0G and higher). I found out odump -Dl libraryname.so is the closest equivalent on this OS. From that, I discovered the missing library wa

[BUGS] Bug #529: UPDATE fails after an index is changed

2001-12-03 Thread pgsql-bugs
Paul Smith ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description UPDATE fails after an index is changed Long Description I had to drop and re-create an index on a table for a large insert. Then I needed to run an UPDATE on a differe

Re: [BUGS] Bug #529: UPDATE fails after an index is changed

2001-12-03 Thread Tom Lane
[EMAIL PROTECTED] writes: > I had to drop and re-create an index on a table for a large insert. Then I needed to >run an UPDATE on a different table that gets its values from the first table. UPDATE >fails with this error message: > 'ERROR: Index 6708054 does not exist'. What do you mean by "

Re: [BUGS] case sensititvity bug in foreign keys on cygwin

2001-12-03 Thread Hiroshi Inoue
Mike Smialek wrote: > > Configuration: > Windows 2000 Server > cygwin 2.78.2.9 > PostgreSQL 7.1.3 > psqlODBC 7.1.8 > pgAdmin II 1.1.66 > > Bug: > Capital letters cannot be used in column names used in foreign key > constraints > > All Smalls succeeds: [snip] > C

[BUGS] case sensititvity bug in foreign keys on cygwin

2001-12-03 Thread Mike Smialek
Configuration: Windows 2000 Server cygwin 2.78.2.9 PostgreSQL 7.1.3 psqlODBC 7.1.8 pgAdmin II 1.1.66 Bug: Capital letters cannot be used in column names used in foreign key constraints All Smalls succeeds: -- Table: significance CREATE TABLE "signific