Re: pg_execute_from_file review

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: pg_execute_from_file review
Дата
Msg-id 7D60FC94-64F3-4897-880F-A361D4DC59F9@kineticode.com
обсуждение исходный текст
Ответ на Re: pg_execute_from_file review  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_execute_from_file review  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Dec 6, 2010, at 7:19 AM, Tom Lane wrote:

> On the whole I'd prefer not to have any substitution functionality
> hard-wired into pg_execute_file either, though I can see the argument
> that it's necessary for practical use.  Basically I'm concerned that
> replace-equivalent behavior is not going to be satisfactory over the
> long run: I think eventually we're going to need to think about
> quoting/escaping behavior.  So I think it's a bad idea to expose the
> assumption that it'll be done that way at the SQL level.

+1

I suspect that, for the purposes of the extensions patch, if CREATE EXTENSION could be modified to handle setting the
schemaitself, without requiring that the file have this magic line: 
  SET search_path = @extschema@;

Then there would be no need for substitutions at all.

Best,

David

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Per-column collation
Следующее
От: Robert Haas
Дата:
Сообщение: Re: profiling connection overhead