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

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by guillaume: r8289 - in trunk/pgadmin3/pgadmin: include/utils schema utils
Дата
Msg-id 201004212026.o3LKQb2k025999@developer.pgadmin.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: cs translation for web
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by guillaume: r8290 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/schema