Re: SET search_path = value

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: Erwin Brandstetter <brandstetter(at)falter(dot)at>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: SET search_path = value
Date: 2010-04-20 03:28:45
Message-ID: 4BCD1F6D.4080907@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Guillaume Lelarge escreveu:
> pgAdmin shouldn't use quotes on some parameters: search_path,
> temp_tablespaces. Perhaps others. I don't find a way to pick them
> automatically. For example, their vartype are "string". Which is quite
> ambiguous with others "string" parameters like archive_command. Of
> course, we can use a specific code for them. It would be really easy,
> but I would prefer to find another way.
>
I don't see an easy way. :( Perhaps the plan could be map all of these
parameters (because in the future legacy versions will use this code path) and
then implement a way to identify those strings without quotes in PostgreSQL.

--
Euler Taveira de Oliveira
http://www.timbira.com/

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-04-20 06:54:42 Re: SET search_path = value
Previous Message Guillaume Lelarge 2010-04-19 21:55:08 Re: SET search_path = value