[BUGS] BUG #7627: Bad query plan when using LIMIT

2012-10-29 Thread edward
The following bug has been logged on the website: Bug reference: 7627 Logged by: Edward Faulkner Email address: edw...@clericare.com PostgreSQL version: 9.2.1 Operating system: OSX 10.8.2 Description: The following two queries differ only by adding "LIMIT 1"

[BUGS] BUG #6671: Killed restore command causes postmaster to exit

2012-05-31 Thread edward
The following bug has been logged on the website: Bug reference: 6671 Logged by: Ed Muller Email address: edw...@heroku.com PostgreSQL version: 9.0.7 Operating system: Linux (Ubuntu 10.04) Description: We have this thing where we kill the restore command sometimes, to

[BUGS] BUG #1982: pgAdmin 1.2.2 crash when refreshing objects

2005-10-21 Thread edward
The following bug has been logged online: Bug reference: 1982 Logged by: edward Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Win2000 WS Description:pgAdmin 1.2.2 crash when refreshing objects Details: how to recreate crash in pgAdmin

[BUGS] BUG #1508: Install problem and workaround

2005-02-27 Thread Edward Jones
The following bug has been logged online: Bug reference: 1508 Logged by: Edward Jones Email address: [EMAIL PROTECTED] PostgreSQL version: 8.01 Operating system: XP Professional Description:Install problem and workaround Details: Initial attempts at installing

[BUGS] Multibyte characters handling bug in varchar()

2002-07-10 Thread Edward
Hello,   I am using Postgresql 7.1 on Linux platform (RedHat 7.1).   My database encoding is 'EUC_CN'.   The application is accessing database with PG JDBC2.0.   I had define a field in a table like:   create table test1 (   id integer default not null, memo varchar(128)     );   The memo fiel

Re: [BUGS] Bug #640: ECPG: inserting float numbers

2002-04-30 Thread Edward Pilipczuk
On Monday, 22 April 2002 18:41, you wrote: > Edward ([EMAIL PROTECTED]) reports a bug with a severity of 1 > The lower the number the more severe it is. > > Short Description > ECPG: inserting float numbers > > Long Description > Inserting records with single precision rea