SVN Commit by guillaume: r8289 - in trunk/pgadmin3/pgadmin: include/utils schema utils - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by guillaume: r8289 - in trunk/pgadmin3/pgadmin: include/utils schema utils
Date
Msg-id 201004212026.o3LKQb2k025999@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: guillaume

Date: 2010-04-21 21:26:37 +0100 (Wed, 21 Apr 2010)

New Revision: 8289

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8289&view=rev

Log:
Fix the code on database parameters.

search_path and temp_tablespaces are divided by commas. The new code on
database/user pairs for parameters didn't handle that. It also didn't handle
when quotes are used in the values (like search_path = "FOO", bar).



Modified:
   trunk/pgadmin3/pgadmin/include/utils/misc.h
   trunk/pgadmin3/pgadmin/schema/pgDatabase.cpp
   trunk/pgadmin3/pgadmin/utils/misc.cpp

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: cs translation for web
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by guillaume: r8290 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/schema