On Wed, May 23, 2018 at 11:55:29AM +1000, Haribabu Kommi wrote:
> Yes, security labels also gets dumped only with --create option.
OK.
> Can you update the author name as (Haribabu Kommi) to make it consistent
> with other entries.
Done. Applied patch attached.
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
new file mode 100644
index c02bf0e..05fd23f
*** a/doc/src/sgml/release-11.sgml
--- b/doc/src/sgml/release-11.sgml
***************
*** 169,175 ****
<para>
<application>pg_dump</application> and
<application>pg_restore</application>, without
! <option>--clean</option>, no longer dump/restore database comments
and security labels.
</para>
--- 169,175 ----
<para>
<application>pg_dump</application> and
<application>pg_restore</application>, without
! <option>--create</option>, no longer dump/restore database comments
and security labels.
</para>
***************
*** 287,293 ****
<para>
Have libpq's <link
linkend="libpq-pqhost"><function>PQhost()</function></link>
! always return the actual connected host (Hari Babu)
</para>
<para>
--- 287,293 ----
<para>
Have libpq's <link
linkend="libpq-pqhost"><function>PQhost()</function></link>
! always return the actual connected host (Haribabu Kommi)
</para>
<para>