Re: [HACKERS] Fix documentation typo

2017-01-20 Thread Fujii Masao
On Fri, Jan 20, 2017 at 8:02 PM, Ishii Ayumi  wrote:
> Hi,
>
>> Here is a patch that adds temporary column's description to
>> pg_replication_slots document.
>
> Attached patch is updated version  to add detailed description.
>
> Regards,
> --
> Ayumi Ishii
>
> 2017-01-19 15:56 GMT+09:00 Ishii Ayumi :
>> Hi,
>>
>> Here is a patch that adds temporary column's description to
>> pg_replication_slots document.

This is the oversight of commit a924c32. Thanks for the patch! Pushed.

Regards,

-- 
Fujii Masao


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] Fix documentation typo

2017-01-20 Thread Ishii Ayumi
Hi,

> Here is a patch that adds temporary column's description to
> pg_replication_slots document.

Attached patch is updated version  to add detailed description.

Regards,
--
Ayumi Ishii

2017-01-19 15:56 GMT+09:00 Ishii Ayumi :
> Hi,
>
> Here is a patch that adds temporary column's description to
> pg_replication_slots document.
>
> Regards,
> --
> Ayumi Ishii
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 4930506..417274e 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -9007,6 +9007,13 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
  
 
  
+  temporary
+  boolean
+  
+  True if this is temporary replication slot. Temporary slots are not saved to disk and are automatically dropped on error or when the session has finished.
+ 
+
+ 
   active
   boolean
   

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers