public inbox for [email protected]
help / color / mirror / Atom feedQuick fix on catalogs.sgml
2+ messages / 2 participants
[nested] [flat]
* Quick fix on catalogs.sgml
@ 2016-06-17 22:14 Guillaume Lelarge <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Lelarge @ 2016-06-17 22:14 UTC (permalink / raw)
To: pgsql-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>
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Quick fix on catalogs.sgml
@ 2016-06-17 22:24 Tom Lane <[email protected]>
parent: Guillaume Lelarge <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Tom Lane @ 2016-06-17 22:24 UTC (permalink / raw)
To: Guillaume Lelarge <[email protected]>; +Cc: pgsql-docs
Guillaume Lelarge <[email protected]> writes:
> 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.
Pushed, thanks.
regards, tom lane
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2016-06-17 22:24 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-06-17 22:14 Quick fix on catalogs.sgml Guillaume Lelarge <[email protected]>
2016-06-17 22:24 ` 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