public inbox for [email protected]  
help / color / mirror / Atom feed
pg_roles has a column rolconfig, but it's not documented.
2+ messages / 2 participants
[nested] [flat]

* pg_roles has a column rolconfig, but it's not documented.
@ 2011-06-28 06:56  SAKAMOTO Masahiko <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: SAKAMOTO Masahiko @ 2011-06-28 06:56 UTC (permalink / raw)
  To: pgsql-docs

Hi,

I found that documentation on pg_roles should be updated.
pg_roles has a column "rolconfig", but it is missing.

attached should be back-patched also to 9.0, 8.4, 8.3, 8.2, and older.

Regards,

-- 

SAKAMOTO Masahiko
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 713ee25..be5ad71 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -7417,6 +7417,13 @@
      </row>
 
      <row>
+      <entry><structfield>rolconfig</structfield></entry>
+      <entry><type>text[]</type></entry>
+      <entry></entry>
+      <entry>Defaults for run-time configuration variables</entry>
+     </row>
+
+     <row>
       <entry><structfield>oid</structfield></entry>
       <entry><type>oid</type></entry>
       <entry><literal><link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.oid</literal></entry>


Attachments:

  [text/plain] pgroles.patch (647B, 2-pgroles.patch)
  download | inline diff:
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 713ee25..be5ad71 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -7417,6 +7417,13 @@
      </row>
 
      <row>
+      <entry><structfield>rolconfig</structfield></entry>
+      <entry><type>text[]</type></entry>
+      <entry></entry>
+      <entry>Defaults for run-time configuration variables</entry>
+     </row>
+
+     <row>
       <entry><structfield>oid</structfield></entry>
       <entry><type>oid</type></entry>
       <entry><literal><link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.oid</literal></entry>


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: pg_roles has a column rolconfig, but it's not documented.
@ 2011-07-04 01:53  Tom Lane <[email protected]>
  parent: SAKAMOTO Masahiko <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Tom Lane @ 2011-07-04 01:53 UTC (permalink / raw)
  To: SAKAMOTO Masahiko <[email protected]>; +Cc: pgsql-docs

SAKAMOTO Masahiko <[email protected]> writes:
> I found that documentation on pg_roles should be updated.
> pg_roles has a column "rolconfig", but it is missing.

> attached should be back-patched also to 9.0, 8.4, 8.3, 8.2, and older.

Yeah, you're right ... and as of 9.1 we've also forgotten to document
rolreplication there :-(.  Will fix, thanks for the report!

			regards, tom lane




^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2011-07-04 01:53 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2011-06-28 06:56 pg_roles has a column rolconfig, but it's not documented. SAKAMOTO Masahiko <[email protected]>
2011-07-04 01:53 ` Tom Lane <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox