Re: i think there's a typo - Mailing list pgsql-docs

From Michael Paquier
Subject Re: i think there's a typo
Date
Msg-id 20180216043459.GC1174@paquier.xyz
Whole thread Raw
In response to i think there's a typo  (PG Doc comments form <noreply@postgresql.org>)
List 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

Attachment

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: i think there's a typo
Next
From: PG Doc comments form
Date:
Subject: dblink function description lacks security model