Peter,
> We currently have a one file per chapter arrangement, and I think it
> would be best if we kept that. The more exceptions we add, the more
> difficult it will be to handle.
Hmmm ... I'm not so concerned about the number of *files* as about the number
of *screens*. Is there anything w
From the example below and looking at scan.c, it seems that nested
block comments are supported.
test=# select /* /* nested */ */ 1;
?column?
--
1
(1 row)
From section 35.3:
There are two types of comments in PL/pgSQL. A double dash (--) starts
a comment that extends to the en
John DeSoi <[EMAIL PROTECTED]> writes:
> From the example below and looking at scan.c, it seems that nested
> block comments are supported.
You are confusing SQL and PL/pgSQL.
regards, tom lane
---(end of broadcast)---
TIP
Hello,
I've just installed postgreSQL on my Fedora Core 2 system and found myself
back in a position that I was in right after I installed it on Redhat. As
before, I was wondering how much of the documented source-to-execution
intallation procedure was already done by the RPM install and by
im
On Tuesday 24 August 2004 19:53, James Armstrong wrote:
> Hello,
>
> I've just installed postgreSQL on my Fedora Core 2 system and found myself
> back in a position that I was in right after I installed it on Redhat. As
> before, I was wondering how much of the documented source-to-execution
> int