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 -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
