On Mon, 27 Jan 2003, [iso-8859-2] Żak, Sławomir wrote:

> I've found that statement:
>
>       SELECT * FROM os WHERE 'FreeBSD 4.7-RC'
>               LIKE string_id; (one of string_id's is 'FreeBSD 4.7%')

>  string_id | character(32)         |

character(32) has space padding which is probably getting in your way.
I'd suggest moving to varchar(32).



---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to