position(text,text) function - Mailing list pgsql-sql

From karl@tecc.co.uk (Karl Orbell)
Subject position(text,text) function
Date
Msg-id slrn9loctm.qsr.karl@azrael.tecc.co.uk
Whole thread Raw
Responses Re: position(text,text) function  (Dorin Grunberg <dorin@visgen.com>)
List pgsql-sql
I'm having trouble using the position function, it's a simple built-in function.

It returns the index of a substring within a main string.

But, I just can't get it to work, it always gives this silly parser error.
I've tried it in a variety of ways with variables instead of constants casting 
to text and using it in other contexts, (ie. in functions, not just in a 
select).  What am I doing wrong?  Is this not the correct syntax for a two 
argument function?

test=# select position('hello','el');
ERROR:  parser: parse error at or near ","


Karl Orbell.



pgsql-sql by date:

Previous
From: Jeff Eckermann
Date:
Subject: RE: Records exactly the same.
Next
From: Raymond Chui
Date:
Subject: What's wrong with this syntax?