Re: Documentaion fix.

Alvaro Herrera <alvherre@2ndquadrant.com>

From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2018-07-31T14:59:14Z
Lists: pgsql-hackers
On 2018-Jul-31, Kyotaro HORIGUCHI wrote:

> But, just fixing it makes the line seemingly a bit too long..

How about pasting it like this?

alvherre=# select * from pg_replication_slots \gx
─[ RECORD 1 ]───────┬────────────
slot_name           │ node_a_slot
plugin              │ 
slot_type           │ physical
datoid              │ 
database            │ 
temporary           │ f
active              │ f
active_pid          │ 
xmin                │ 
catalog_xmin        │ 
restart_lsn         │ 
confirmed_flush_lsn │ 

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Commits

  1. Fix pg_replication_slot example output