Re: [DOCS] SET CONSTRAINTS ALL IMMEDIATE affects SET TRANSACTION READ ONLY

2016-10-11 Thread Kevin Grittner
On Mon, Oct 10, 2016 at 7:59 PM, Tom Lane wrote: > Peter Eisentraut writes: >> On 9/9/16 12:39 PM, Tom Lane wrote: >>> I wouldn't really imagine that it's sensible to set READ ONLY >>> mid-transaction at all, but if it means anything to do that, surely >>> it ought to mean that no updates can hap

[DOCS] Regarding Explain Analyse Output.

2016-10-11 Thread priyankasharma257
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/using-explain.html Description: I am confused in actual time(total) output given by the the Explain Analyse command. What I understood is that, it gives the total time required by

[DOCS] Change parameters list

2016-10-11 Thread dpakalnis
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.3/static/sql-alterforeigntable.html Description: I was using Postgresql v. 9.3 and was trying to link foreign table in schema1 to relation in schema2 in another database using postgres_fdw.