Re: [COMMITTERS] pgsql: docs: Improve documentation of \pset without arguments.

2014-09-03 Thread Fujii Masao
On Mon, Aug 11, 2014 at 12:14 PM, Fujii Masao wrote: > On Mon, Aug 11, 2014 at 6:34 AM, Robert Haas wrote: >> On Sun, Aug 10, 2014 at 12:55 PM, Fujii Masao wrote: >>> On Thu, Jul 24, 2014 at 9:12 PM, Robert Haas wrote: docs: Improve documentation of \pset without arguments. The s

[COMMITTERS] pgsql: docs: Improve documentation of \pset without arguments.

2014-09-03 Thread Fujii Masao
docs: Improve documentation of \pset without arguments. The syntax summary previously failed to clarify that the first argument is also optional. The textual description did mention it, but all the way at the bottom. It fits better with the command overview, so move it there, and fix the summary

[COMMITTERS] pgsql: Allow \watch to display query execution time if \timing is enabl

2014-09-03 Thread Fujii Masao
Allow \watch to display query execution time if \timing is enabled. Previously \watch could not display the query execution time even when \timing was enabled because it used PSQLexec instead of SendQuery and that function didn't support \timing. This patch introduces PSQLexecWatch and changes \wa

[COMMITTERS] pgsql: Update URL reference material in /contrib/isn docs

2014-09-03 Thread Bruce Momjian
Update URL reference material in /contrib/isn docs Report by Peter Eisentraut Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4b91ade41fcda805a50e136edad7f95d8f35a7a9 Modified Files -- doc/src/sgml/isn.sgml |4 +++- 1 file changed, 3 insertions(+), 1

[COMMITTERS] pgsql: Update URL reference material in /contrib/isn docs

2014-09-03 Thread Bruce Momjian
Update URL reference material in /contrib/isn docs Report by Peter Eisentraut Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/42c73ef9b7e5eb552b972bc05335746f54e34f98 Modified Files -- doc/src/sgml/isn.sgml |4 +++- 1 file changed, 3 insertions

[COMMITTERS] pgsql: Document use of partial indexes for partial unique constraints

2014-09-03 Thread Bruce Momjian
Document use of partial indexes for partial unique constraints Report by Tomáš Greif Backpatch through 9.4 Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/646deb603e0846d1efd4da84df412963dda68eec Modified Files -- doc/src/sgml/ddl.sgml |4 +++

[COMMITTERS] pgsql: Document use of partial indexes for partial unique constraints

2014-09-03 Thread Bruce Momjian
Document use of partial indexes for partial unique constraints Report by Tomáš Greif Backpatch through 9.4 Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4b224011751d1d4a300a0a179fc006658c6868a3 Modified Files -- doc/src/sgml/ddl.sgml |4 +++- 1 fil

[COMMITTERS] pgsql: Issue clearer notice when inherited merged columns are moved

2014-09-03 Thread Bruce Momjian
Issue clearer notice when inherited merged columns are moved CREATE TABLE INHERIT moves user-specified columns to the location of the inherited column. Report by Fatal Majid Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4011f8c98bd8bb67715449d2db5fc97dffa6a41f Mo