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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by guillaume: r8289 - in trunk/pgadmin3/pgadmin: include/utils schema utils
Date: 2010-04-21 20:26:37
Message-ID: 201004212026.o3LKQb2k025999@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2010-04-21 21:35:02 SVN Commit by guillaume: r8290 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/schema
Previous Message Guillaume Lelarge 2010-04-21 16:35:58 Re: cs translation for web