i think there's a typo

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: alexjleon16(at)gmail(dot)com
Subject: i think there's a typo
Date: 2018-02-15 23:06:27
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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;

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Michael Paquier 2018-02-16 04:34:59 Re: i think there's a typo
Previous Message Neil Anderson 2018-02-15 18:55:08 Re: The example for creating a check constraint is missing a comma