Re: i think there's a typo

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: i think there's a typo
Дата
Msg-id 20180216043459.GC1174@paquier.xyz
обсуждение исходный текст
Ответ на i think there's a typo  (PG Doc comments form <noreply@postgresql.org>)
Список pgsql-docs
On Thu, Feb 15, 2018 at 11:06:27PM +0000, PG Doc comments form wrote:
> SELECT usename FROM pg_user;
>
> should be
> SELECT pg_user.usename FROM pg_user;

This is perfectly valid SQL.  The column selected is assumed to be from
pg_user.
--
Michael

Вложения

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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: i think there's a typo
Следующее
От: PG Doc comments form
Дата:
Сообщение: dblink function description lacks security model