Le 20/04/2010 05:28, Euler Taveira de Oliveira a écrit :
> 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
>> a
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.
Le 19/04/2010 04:43, Erwin Brandstetter a écrit :
> Hi developers!
>
> Just created a ticket concerning a minor error in the reverse engineered
> SQL code for roles
>
> Besides the example ...
> ALTER ROLE SET search_path = test, public;
> --> ALTER DATABASE test SET search_path='test, public
Le 19/04/2010 19:24, Erwin Brandstetter a écrit :
> On 17.04.2010 08:02, guilla...@lelarge.info wrote:
>> Le 17/04/2010 01:02, Erwin Brandstetter a écrit :
>>
>>> On 17.04.2010 00:16, guilla...@lelarge.info wrote:
>>>
Le 09/04/2010 16:33, Guillaume Lelarge a écrit :
>>
On 17.04.2010 08:02, guilla...@lelarge.info wrote:
Le 17/04/2010 01:02, Erwin Brandstetter a écrit :
On 17.04.2010 00:16, guilla...@lelarge.info wrote:
Le 09/04/2010 16:33, Guillaume Lelarge a écrit :
(...)
Sorry for making you wait so long. Here is the pgAdmin bi
Author: guillaume
Date: 2010-04-19 17:26:18 +0100 (Mon, 19 Apr 2010)
New Revision: 8277
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8277&view=rev
Log:
Fix for the german translation, per a request from Andreas Scherbaum.
Modified:
trunk/pgadmin3/i18n/de_DE/pgadmin3.po
Author: guillaume
Date: 2010-04-19 17:25:25 +0100 (Mon, 19 Apr 2010)
New Revision: 8276
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8276&view=rev
Log:
Fix for the german translation, per a request from Andreas Scherbaum.
Modified:
branches/REL-1_10_0_PATCHES/pgadmin3
On Sat, Apr 17, 2010 at 7:09 PM, Guillaume Lelarge
wrote:
> What do you want with a right click in a group node? access to the
> properties?
Same as other nodes - Add xxx etc. It's not that important though.
>> Y'know - as I type I can't help thinking that the correct way to do
>> this is to con
Hi developers!
Just created a ticket concerning a minor error in the reverse engineered
SQL code for roles
Besides the example ...
ALTER ROLE SET search_path = test, public;
--> ALTER DATABASE test SET search_path='test, public';-- quotes are
wrong
... there are at least two more occ