Re: libpq PGHOST

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: libpq PGHOST
Дата
Msg-id Pine.LNX.4.21.0010031406370.969-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: libpq PGHOST  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Delimited identifier length  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:

> I don't see any clear statement in SQL92 that <delimited identifiers>
> can't have zero length, so I'm not convinced there's anything wrong here.

Hmm, I do:
        <delimited identifier> ::=             <double quote> <delimited identifier body> <double quote>
<delimitedidentifier body> ::= <delimited identifier part>...        <delimited identifier part> ::=
<nondoublequotecharacter>             | <doublequote symbol>
 

As opposed to, say, an empty character string literal:
        <character string literal> ::=             [ <introducer><character set specification> ]             <quote> [
<characterrepresentation>... ] <quote>             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^               [ {
<separator>...<quote> [ <character representation>... ] <quote> }... ] 
 

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Autoconf version discrepancies
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: Autoconf version discrepancies