SYSID can no longer be specified

From: patrick(dot)refondini(at)pobox(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: SYSID can no longer be specified
Date: 2017-10-03 12:06:59
Message-ID: 20171003120659.28560.19741@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/static/sql-createuser.html
Description:

The CREATE USER doc still states SYSID can be specified although I obtained:

SYSID can no longer be specified

while using the following command:

CREATE USER someuser WITH LOGIN ENCRYPTED PASSWORD 'somepwd' SYSID 1000;

I guess the documentation is outdated.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Marko Tiikkaja 2017-10-03 12:34:31 Re: Levenshtein function cost parameters are in the wrong order
Previous Message Alexander Lakhin 2017-10-03 07:16:51 Re: list of credits for release notes