public inbox for [email protected]
help / color / mirror / Atom feedi think there's a typo
2+ messages / 2 participants
[nested] [flat]
* i think there's a typo
@ 2018-02-15 23:06 PG Doc comments form <[email protected]>
2018-02-16 04:34 ` Re: i think there's a typo Michael Paquier <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: PG Doc comments form @ 2018-02-15 23:06 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/8.0/static/user-manag.html
Description:
SELECT usename FROM pg_user;
should be
SELECT pg_user.usename FROM pg_user;
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: i think there's a typo
2018-02-15 23:06 i think there's a typo PG Doc comments form <[email protected]>
@ 2018-02-16 04:34 ` Michael Paquier <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Michael Paquier @ 2018-02-16 04:34 UTC (permalink / raw)
To: [email protected]; [email protected]
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
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2018-02-16 04:34 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15 23:06 i think there's a typo PG Doc comments form <[email protected]>
2018-02-16 04:34 ` Michael Paquier <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox