Re: postgresql 8.01, plpgsql

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Timothy Smith <timothy(at)open-networks(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: postgresql 8.01, plpgsql
Date: 2005-03-15 04:25:39
Message-ID: 20050315042539.GA60320@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, Mar 15, 2005 at 01:38:00PM +1000, Timothy Smith wrote:

> ok i tried loading it from a file like you suggested and this is what i
> got for MY function
>
> \i /home/timothy/function
> psql:/home/timothy/function:35: ERROR: unterminated dollar-quoted
> string at or near "$$

Could you attach the files you're reading? It might be helpful if
we could see everything you're trying to execute.

What version of PostgreSQL are you using? Presumably 8.X since
you're using dollar quoting.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Luca Pireddu 2005-03-15 06:18:27 select multiple immediate values, but in multiple rows
Previous Message Timothy Smith 2005-03-15 04:14:02 re postgresql 8.01 plpgsql