Re: [COMMITTERS] pgsql: psql: Improve expanded print output in tuples-only mode

2013-02-09 Thread Erik Rijkers
On Sat, February 9, 2013 06:24, Peter Eisentraut wrote: > psql: Improve expanded print output in tuples-only mode > > When there are zero result rows, in expanded mode, "(No rows)" is > printed. So far, there was no way to turn this off. Now, when > tuples-only mode is turned on, nothing is print

[COMMITTERS] pgsql: Add an example of attaching a default value to an updatable view

2013-02-09 Thread Tom Lane
Add an example of attaching a default value to an updatable view. This is probably the single most useful thing that ALTER VIEW can do, particularly now that we have auto-updatable views. So show an explicit example. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/3

[COMMITTERS] pgsql: Reduce log level of picksplit-doesn't-support-secondary-split wh

2013-02-09 Thread Tom Lane
Reduce log level of picksplit-doesn't-support-secondary-split whining. This was agreed to back in 2007, but never actually done. Josh Hansen Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a187c96d26520695fc392edb1c8f38d86b16ef5b Modified Files -- src/b