Added pg_proc table to the catalog. Contains the definition of functions.
Also improved the loading code for some catalog tables.
This commit is contained in:
parent
d8fc14c823
commit
35813ae926
10 changed files with 152 additions and 17 deletions
|
|
@ -65,7 +65,9 @@ codebuilder/StructureTemplate.cpp \
|
|||
codebuilder/StringLiteralRules.cpp \
|
||||
codebuilder/StringEscapeRule.cpp \
|
||||
PgTrigger.cpp \
|
||||
PgTriggerContainer.cpp
|
||||
PgTriggerContainer.cpp \
|
||||
PgProc.cpp \
|
||||
PgProcContainer.cpp
|
||||
|
||||
HEADERS += \
|
||||
Pglablib.h \
|
||||
|
|
@ -113,7 +115,9 @@ codebuilder/StructureTemplate.h \
|
|||
codebuilder/StringEscapeRule.h \
|
||||
codebuilder/StringLiteralRules.h \
|
||||
PgTrigger.h \
|
||||
PgTriggerContainer.h
|
||||
PgTriggerContainer.h \
|
||||
PgProc.h \
|
||||
PgProcContainer.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue