Re: i think there's a typo

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: alexjleon16(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: i think there's a typo
Date: 2018-02-16 04:34:59
Message-ID: 20180216043459.GC1174@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2018-02-16 12:58:45 dblink function description lacks security model
Previous Message PG Doc comments form 2018-02-15 23:06:27 i think there's a typo