Re: [GENERAL] strpos NOT doing what I'd expect

2008-06-07 Thread Alban Hertroys
On Jun 7, 2008, at 2:58 AM, Ralph Smith wrote: CODE: === CREATE OR REPLACE FUNCTION find_next_delim(invar varchar, delimlist varchar) RETURNS integer AS $$ /* OVERLOADED Function. The other version takes a 3rd parameter as the starting positi

Re: [GENERAL] strpos NOT doing what I'd expect

2008-06-06 Thread Tom Lane
Ralph Smith <[EMAIL PROTECTED]> writes: > DECLARE >achar character := '' ; Use varchar or text. character is weird about trailing spaces. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: h