Re: psql/pg_dump vs. dollar signs in identifiers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql/pg_dump vs. dollar signs in identifiers
Дата
Msg-id 25112.1184005292@sss.pgh.pa.us
обсуждение
Ответ на Re: psql/pg_dump vs. dollar signs in identifiers  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> Incidentally, are these really regexps? I always thought they were globs. 

They're regexps under the hood, but we treat . as a schema separator
and translate * to .*, which makes it look like mostly a glob scheme.
But you can make use of brackets, |, +, ...
        regards, tom lane


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