docs correction (8.0 beta)

Поиск
Список
Период
Сортировка
От John DeSoi
Тема docs correction (8.0 beta)
Дата
Msg-id 007C2580-F20C-11D8-BD07-000A95B03262@icx.net
обсуждение исходный текст
Ответы Re: docs correction (8.0 beta)
Список pgsql-docs
 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 end of  the line. A /* starts a block
comment that extends to  the next occurrence of */. Block comments
cannot be  nested, but double dash comments can be enclosed into a
block comment and  a double dash can hide the block comment delimiters
/*  and */.


В списке pgsql-docs по дате отправления: