Re: [GENERAL] error creating sql function

2004-01-16 Thread Tom Lane
"Matthew T. O'Connor" <[EMAIL PROTECTED]> writes: > I was trying to create a sql function today (see below) using > postgresql 7.3.3. I don't see how to get around this error, anyone > have any suggestions? > tocr=# CREATE OR REPLACE FUNCTION public.update_dncl(bpchar, bpchar) > ... > tocr'# c

Re: [GENERAL] error creating sql function

2004-01-16 Thread Bill Moran
Matthew T. O'Connor wrote: I was trying to create a sql function today (see below) using postgresql 7.3.3. I don't see how to get around this error, anyone have any suggestions? Thanks much, Matthew tocr=# CREATE OR REPLACE FUNCTION public.update_dncl(bpchar, bpchar) tocr-# RETURNS void AS

[GENERAL] error creating sql function

2004-01-16 Thread Matthew T. O'Connor
I was trying to create a sql function today (see below) using postgresql 7.3.3. I don't see how to get around this error, anyone have any suggestions? Thanks much, Matthew tocr=# CREATE OR REPLACE FUNCTION public.update_dncl(bpchar, bpchar) tocr-# RETURNS void AS tocr-# ' tocr'# begin; toc