Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: EXPLAIN omits schema? - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: EXPLAIN omits schema?
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: EXPLAIN omits schema?  (Tom Lane <[email protected]>)
List pgsql-hackers
"Tom Lane" <[email protected]> writes:

>> Attached is a small patch which adds this conditionally on a guc that
>> pg_admin or other GUI tools could set, leaving it unchanged for users.
>
> That makes things *worse* not better, since now tools would have to
> deal with both possibilities.

I was thinking tools would set the guc before issuing an EXPLAIN they planned
to parse.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: Re: DROP TABLE and autovacuum
Next
From: Gregory Stark
Date:
Subject: Re: tsearch_core patch: permissions and security issues