Re: Create a Foreign Table for PostgreSQL CSV Logs

Поиск
Список
Период
Сортировка
От Олег Самойлов
Тема Re: Create a Foreign Table for PostgreSQL CSV Logs
Дата
Msg-id F1235CD0-B7B4-4624-885C-EF02BFE7E177@ya.ru
обсуждение исходный текст
Ответ на Re: Create a Foreign Table for PostgreSQL CSV Logs  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: Create a Foreign Table for PostgreSQL CSV Logs  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-docs
There must not be constraints at all. Constraints are needed to check incoming data to the table. But here table is
read-onlyfor database! 

So all your constraints is totally useless.
> > could become:
> >
> > connection_from text check(connection_from ~ '^[^:]+:[0-9]+$) -- the host and
> > port of the client, colon-separated
> David J.




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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Minor fixes for PostgreSQL 13 documentation
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Document "59.2. Built-in Operator Classes" have a clerical error?