public inbox for [email protected]
help / color / mirror / Atom feedFrom: Guillaume Lelarge <[email protected]>
To: pgsql-docs@postgresql org <[email protected]>
Subject: Quick fix on catalogs.sgml
Date: Sat, 18 Jun 2016 00:14:32 +0200
Message-ID: <CAECtzeWEjD4vcbhJVJLiHUm+itTbtROShTNaZw1MLyhKnPdoeg@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>
Hey,
On catalogs.sgml, there is a:
<title><structname>pg_inherits</> Columns</title>
instead of
<title><structname>pg_init_privs</> Columns</title>
in the pg_init_privs section.
The attached patch fixes this.
Thanks.
Regards.
--
Guillaume.
http://blog.guillaume.lelarge.info
http://www.dalibo.com
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Attachments:
[text/x-patch] fix_catalogs.patch (358B, 3-fix_catalogs.patch)
download | inline diff:
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 7dc7d1f..e49e489 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -3819,7 +3819,7 @@
</para>
<table>
- <title><structname>pg_inherits</> Columns</title>
+ <title><structname>pg_init_privs</> Columns</title>
<tgroup cols="4">
<thead>
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: Quick fix on catalogs.sgml
In-Reply-To: <CAECtzeWEjD4vcbhJVJLiHUm+itTbtROShTNaZw1MLyhKnPdoeg@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox