pgAdmin III commit: Fix a number of strings where question marks were i

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Fix a number of strings where question marks were i
Дата
Msg-id 201104071246.p37CkjUd058923@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix a number of strings where question marks were inadvertently included
inside quotes when they should have followed.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9af932a6faaefb6cbaade581303f9c712daa3712
Author: Timon <timosha@gmail.com>

Modified Files
--------------
pgadmin/schema/edbPackage.cpp                |    2 +-
pgadmin/schema/edbSynonym.cpp                |    2 +-
pgadmin/schema/gpExtTable.cpp                |    2 +-
pgadmin/schema/gpResQueue.cpp                |    2 +-
pgadmin/schema/pgAggregate.cpp               |    2 +-
pgadmin/schema/pgCast.cpp                    |    2 +-
pgadmin/schema/pgColumn.cpp                  |    2 +-
pgadmin/schema/pgConversion.cpp              |    2 +-
pgadmin/schema/pgDatabase.cpp                |    2 +-
pgadmin/schema/pgDomain.cpp                  |    2 +-
pgadmin/schema/pgExtension.cpp               |    2 +-
pgadmin/schema/pgForeignDataWrapper.cpp      |    2 +-
pgadmin/schema/pgForeignServer.cpp           |    2 +-
pgadmin/schema/pgForeignTable.cpp            |    2 +-
pgadmin/schema/pgFunction.cpp                |    6 +++---
pgadmin/schema/pgGroup.cpp                   |    2 +-
pgadmin/schema/pgIndex.cpp                   |    2 +-
pgadmin/schema/pgLanguage.cpp                |    2 +-
pgadmin/schema/pgOperator.cpp                |    2 +-
pgadmin/schema/pgOperatorClass.cpp           |    2 +-
pgadmin/schema/pgOperatorFamily.cpp          |    2 +-
pgadmin/schema/pgRole.cpp                    |    4 ++--
pgadmin/schema/pgRule.cpp                    |    2 +-
pgadmin/schema/pgSchema.cpp                  |    2 +-
pgadmin/schema/pgSequence.cpp                |    2 +-
pgadmin/schema/pgTablespace.cpp              |    2 +-
pgadmin/schema/pgTextSearchConfiguration.cpp |    2 +-
pgadmin/schema/pgTextSearchDictionary.cpp    |    2 +-
pgadmin/schema/pgTextSearchParser.cpp        |    2 +-
pgadmin/schema/pgTextSearchTemplate.cpp      |    2 +-
pgadmin/schema/pgTrigger.cpp                 |    2 +-
pgadmin/schema/pgType.cpp                    |    2 +-
pgadmin/schema/pgUser.cpp                    |    2 +-
pgadmin/schema/pgUserMapping.cpp             |    2 +-
pgadmin/schema/pgView.cpp                    |    2 +-
35 files changed, 38 insertions(+), 38 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Planning for 1.14 Beta 1
Следующее
От: Dave Page
Дата:
Сообщение: Re: strings fixes