pgAdmin III commit: Get rid of the schema name and double quotes

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Get rid of the schema name and double quotes
Дата
Msg-id 201008302115.o7ULFiZf095194@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9c91186ac21ec63ec212c1dd077d67206544b056

Log Message
-----------
Get rid of the schema name and double quotes

The format_type stored procedure returns the formated name of the type
referenced by its OID. On PostgreSQL releases above 7.4, it includes the
schema name and double quotes if needed. We need to suppress the schema name
and the double quotes for a pgDatatype as we already have the schema name in a
specific variable (the "schema" one). If we don't do so, some mehods return
the type name with the schema name doubled.

Report from Valentine Gogichashvili.

Branch
------
master

Modified Files
--------------
CHANGELOG                     |    2 ++
pgadmin/schema/pgDatatype.cpp |   14 ++++++++++++--
2 files changed, 14 insertions(+), 2 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Get rid of the schema name and double quotes
Следующее
От: Dave Page
Дата:
Сообщение: Re: Visual relicts gqb