The create table statement now lists the inherited tables and inherited columns are commented out.
This commit is contained in:
parent
498233d58c
commit
6c76c70a97
11 changed files with 118 additions and 6 deletions
|
|
@ -73,7 +73,9 @@ codebuilder/StructureTemplate.cpp \
|
|||
PgOwnedObject.cpp \
|
||||
PgNamespaceObject.cpp \
|
||||
PgCollation.cpp \
|
||||
PgCollationContainer.cpp
|
||||
PgCollationContainer.cpp \
|
||||
PgInherits.cpp \
|
||||
PgInheritsContainer.cpp
|
||||
|
||||
HEADERS += \
|
||||
Pglablib.h \
|
||||
|
|
@ -129,7 +131,9 @@ codebuilder/StructureTemplate.h \
|
|||
PgOwnedObject.h \
|
||||
PgNamespaceObject.h \
|
||||
PgCollation.h \
|
||||
PgCollationContainer.h
|
||||
PgCollationContainer.h \
|
||||
PgInherits.h \
|
||||
PgInheritsContainer.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue