Re: Patch to fix search_path defencies with pg_bench - Mailing list pgsql-hackers

From Greg Smith
Subject Re: Patch to fix search_path defencies with pg_bench
Date
Msg-id alpine.GSO.2.01.0905081443550.1930@westnet.com
Whole thread Raw
In response to Re: Patch to fix search_path defencies with pg_bench  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Patch to fix search_path defencies with pg_bench  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, 7 May 2009, Tom Lane wrote:

> The tables will be created and used in schema 'a', and the effective 
> search path depth will be the same.

The case to be concerned about here is where the search_path changes 
between initialization and the pgbench run, which certainly isn't 
impossible.  That can leave you with a longer effective path to search. 
Pretty unlikely to be a problem in the field though.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Some 8.4 changes needed according to pg_migrator testing
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Automatic client certificate selection support for libpq v1