Re: PGAccess/pgplsql Blues

From: Roberto Mello <rmello(at)cc(dot)usu(dot)edu>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: PGAccess/pgplsql Blues
Date: 2001-06-01 21:53:31
Message-ID: 20010601155331.A11122@cc.usu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, Jun 01, 2001 at 09:30:40AM -0700, Josh Berkus wrote:
>
> When I edit some of my more complex plpgsql functions using PGAccess,
> the functions break and cannot be made to work again except by reloading
> them from PLSQL/text. All attempts to use the function after PGAccess
> editing are met with: 'Parse error at or near ""'

IIRC, pgaccess does quote-escaping for you, so if you try to write
"standard" PL/pgSQL (escaping single quotes), it'll barf this error.

Just something to check.

-Roberto
--
+----| http://fslc.usu.edu USU Free Software & GNU/Linux Club |------+
Roberto Mello - Computer Science, USU - http://www.brasileiro.net
http://www.sdl.usu.edu - Space Dynamics Lab, Developer
I'm only a droid and not very knowledgeable about such things.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Larry Rosenman 2001-06-02 10:12:58 trying to summarize into a new table by time...
Previous Message Jan Wieck 2001-06-01 19:29:13 Re: question about PL/pgSQL function