| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Andres Freund <andres(at)2ndquadrant(dot)com> |
| Cc: | pgsql-committers(at)postgresql(dot)org |
| Subject: | Re: pgsql: doc: Wording and formatting improvements in new logical decoding |
| Date: | 2014-10-31 12:15:02 |
| Message-ID: | 54537D46.7020004@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
On 10/31/14 2:34 AM, Andres Freund wrote:
> One thing I noticed is that:
> -# pg_recvlogical -d postgres --slot test --create-slot
> -# pg_recvlogical -d postgres --slot test --start -f -
> -CTRL-Z
> -# psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
> -# fg
> +$ pg_recvlogical -d postgres --slot test --create-slot
> +$ pg_recvlogical -d postgres --slot test --start -f -
> +<keycombo action="simul"><keycap>Control</><keycap>D</></>
> +$ psql -d postgres -c "INSERT INTO data(data) VALUES('4');"
> +$ fg
>
> looks wrong to me. Note the s/Z/D/. Or was that intentional?
Fart.
>
> Also you sometimes replaced walsender interface by
> "streaming-replication interface" and sometimes by 'streaming
> replication interface'. Im generally not sure that replacement is an
> improvement, but it should be consistent if done.
Yeah, it was only one. I fixed that, too.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2014-10-31 16:47:41 | pgsql: Support frontend-backend protocol communication using a shm_mq. |
| Previous Message | Peter Eisentraut | 2014-10-31 12:14:14 | pgsql: doc: Fix typos |