[DOCS] RECURSIVE update

2017-09-27 Thread zszmigiero
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-createview.html Description: Please add information that RECURSIVE option in CREATE VIEW cannot be joined with CHECK OPTION -- Sent via pgsql-docs mailing list

[DOCS] ALTER GROUP

2017-09-20 Thread zszmigiero
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-alterrole.html Description: [ GROUP ] role_name How to read this role specification? According to notation the erroneous: ALTER ROLE GROUP role_name should be supported

[DOCS] CREATE GROUP: REPLICATION, NOREPLICATION, BYPASSRLS, NOBYPASSRLS, CONNECTION LIMIT connlimit

2017-09-20 Thread zszmigiero
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-creategroup.html Description: Options from subject are still available according to CREATE ROLE definition Please update syntax description At this moment no difference

[DOCS] LOCAL and TIME ZONE in SET

2017-09-11 Thread zszmigiero
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-alterdatabase.html Description: The ALTER DATABASE name TIME ZONE ... is rejected THE ALTER DATABASE name TIMEZONE TO LOCAL is rejected Please update documentation or