Re: SQL-Invoked Procedures for 8.1 - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: SQL-Invoked Procedures for 8.1
Date
Msg-id 4161A11A.8000203@dunslane.net
Whole thread Raw
In response to Re: SQL-Invoked Procedures for 8.1  ("Jim C. Nasby" <decibel@decibel.org>)
List pgsql-hackers

Jim C. Nasby wrote:

>While we're discussing things that will possibly mean a different system
>than the current function language, I have another request: Can we have
>a means of defining procedures/functions that doesn't involve using
>quotes? Having to double-quote everything is extremely annoying and
>prone to errors. I realize that even if procedures/functions aren't
>defined using quotes there will still be cases where things need to be
>multi-quoted, but those cases are much rarer.
>  
>

Have you played with dollar quoting yet? That's in 8.0 for precisely 
this reason ...

The problem with moving entirely from strings would be that we support 
many languages. If all we had was plpgsql it would be a no-brainer, ISTM.

cheers

andrew


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: SQL-Invoked Procedures for 8.1
Next
From: Reini Urban
Date:
Subject: Re: open item: tablespace handing in pg_dump/pg_restore