BUG #1392: could not select filter an entry from copied data table - Mailing list pgsql-bugs

From Kanu Patel
Subject BUG #1392: could not select filter an entry from copied data table
Date
Msg-id 200501122012.j0CKCcWt018421@developer.pgadmin.org
Whole thread Raw
Responses Re: BUG #1392: could not select filter an entry from copied data table  (Michael Fuhr <mike@fuhr.org>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1392
Logged by:          Kanu Patel
Email address:      kpry99@yahoo.com
PostgreSQL version: 7.4.6
Operating system:   Linux
Description:        could not select filter an entry from copied data table
Details:

I have postgresql 7.4.6 running on linux7.2. I have created couple tables
and loaded about 15k entries using copy command. If I try to get one
perticular entry using "select * from table where col = 'value';" command,
it does not return anything (return 0 row). But if I use the command: select
* from table;, it returns all rows. It filters select commands if the
entries are inserted into the tables manually using inser commands instead
of copy. The problem is - it does not filter select command if the data is
loaded using copy command. Any solution for that? Please email me at
kpry99@yahoo.com.
Thanks. -- Kanu

pgsql-bugs by date:

Previous
From: "Vincenzo Volpe"
Date:
Subject: pqsql, xythos, jdbc
Next
From: "Karl Martindale"
Date:
Subject: BUG #1398: Delete takes a long time & explain disagrees with \timing