Re: [SQL] quoting

2004-07-02 Thread Michael Kleiser
PROTECTED] Topic: [SQL] quoting I'm not a pgsql user, but reading chapter 37 of the user docs - plpgsql-statements.html, I see that PL/pgsql requires quotes around FUNCTION and PROCEDURE text, and I just want to comment that that seems like a rather unfortunate decision. I like MS SQL's batch

Re: [SQL] quoting

2004-07-01 Thread Tom Lane
"Aaron W. West" <[EMAIL PROTECTED]> writes: > I see that PL/pgsql requires quotes around FUNCTION > and PROCEDURE text, and I just want to comment that that seems like a rather > unfortunate decision. There's been something done about this for 7.5. See the pgsql-hackers archives concerning "dolla

[SQL] quoting

2004-07-01 Thread Aaron W. West
I'm not a pgsql user, but reading chapter 37 of the user docs - plpgsql-statements.html, I see that PL/pgsql requires quotes around FUNCTION and PROCEDURE text, and I just want to comment that that seems like a rather unfortunate decision. I like MS SQL's batch separation with GO better, but lackin