[DOCS] SYSID can no longer be specified - Mailing list pgsql-docs

From patrick.refondini@pobox.com
Subject [DOCS] SYSID can no longer be specified
Date
Msg-id 20171003120659.28560.19741@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] SYSID can no longer be specified  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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.



--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

pgsql-docs by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: [DOCS] list of credits for release notes
Next
From: Marko Tiikkaja
Date:
Subject: Re: [DOCS] Levenshtein function cost parameters are in the wrong order