pg_class.reloptions for tables to mention Storage Parameters

Lists: pgsql-docs
From: vodevsh(at)gmail(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: pg_class.reloptions for tables to mention Storage Parameters
Date: 2016-12-21 15:13:29
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.3/static/catalog-pg-class.html
Description:

Hi,
at https://www.postgresql.org/docs/9.3/static/catalog-pg-class.html the
"reloptions" column description is "Access-method-specific options, as
"keyword=value" strings". Maybe it should mention "Storage parameters" and
have a link to
https://www.postgresql.org/docs/9.3/static/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS
?..