| From: | sahapasci(at)gmail(dot)com |
|---|---|
| To: | pgsql-docs(at)postgresql(dot)org |
| Subject: | libpq options |
| Date: | 2017-11-22 13:27:14 |
| Message-ID: | 20171122132714.1463.27247@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.6/static/libpq-connect.html
Description:
Hi everyone,
The documentation refers the libpq connection option "replication" here in
"Streaming Replication Protocol" page;
https://www.postgresql.org/docs/current/static/protocol-replication.html
However the option "replication" is not clarified (or even listed) in libpq
options page.
https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PARAMKEYWORDS
I searched the source and find that pg_conn struct has this
struct pg_conn
{
...
char *replication; /* connect as the replication standby? */
...
}
Adding something simple like above and referring back to one of replication
pages would be good I think.
thanks
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2017-11-22 14:29:19 | Re: PostgreSQLドキュメントバグ報告_9.3. 算術関数と演算子 |
| Previous Message | 葛西 裕昭(システム開発部-開発9チーム CLINKS) | 2017-11-22 08:46:21 | PostgreSQLドキュメントバグ報告_9.3. 算術関数と演算子 |