[GENERAL] relocation error

2004-05-20 Thread w00t
I am running Suse 9.0 and have been working with postgresql 7.3.3 When I run psql as psql -v or psql -V and even psql --help I get a relocation error psql: relocation error: /usr/lib/libreadline.so.4: undefined symbol: BC Is there anyway to fix this with out reinstalling postgresql.

[GENERAL] Searching Tables

2003-08-14 Thread w00t
I have 4 tables for example firstname | middlename | lastname | phonenumber Now I am trying to search for multiple entries for example SELECT * FROM phonenumbers; I am trying to use SELECT 'not sure what here' FROM phonenumbers; so that I can find any fields that have multiple information in