Added the list of installed language to the catalog. The ProcTableModel now returns the owner name and language name instead of the oids.
This commit is contained in:
parent
c0a11f9b3b
commit
f692569d27
11 changed files with 118 additions and 18 deletions
|
|
@ -80,7 +80,9 @@ SOURCES += \
|
|||
model/TypeSelectionItemModel.cpp \
|
||||
catalog/PgAmContainer.cpp \
|
||||
model/CollationModel.cpp \
|
||||
model/CollationModelFactory.cpp
|
||||
model/CollationModelFactory.cpp \
|
||||
catalog/PgLanguageContainer.cpp \
|
||||
catalog/PgLanguage.cpp
|
||||
|
||||
HEADERS += \
|
||||
Pglablib.h \
|
||||
|
|
@ -145,7 +147,9 @@ HEADERS += \
|
|||
catalog/PgAm.h \
|
||||
catalog/PgAmContainer.h \
|
||||
model/CollationModel.h \
|
||||
model/CollationModelFactory.h
|
||||
model/CollationModelFactory.h \
|
||||
catalog/PgLanguageContainer.h \
|
||||
catalog/PgLanguage.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue