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
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
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.