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
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