Re: SET search_path = value - Mailing list pgadmin-hackers

From Euler Taveira de Oliveira
Subject Re: SET search_path = value
Date
Msg-id 4BCD1F6D.4080907@timbira.com
Whole thread Raw
In response to Re: SET search_path = value  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: SET search_path = value  (Guillaume Lelarge <guillaume@lelarge.info>)
List 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/

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: SET search_path = value
Next
From: Guillaume Lelarge
Date:
Subject: Re: SET search_path = value