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:
eelke 2018-11-17 19:38:07 +01:00
parent d8fc14c823
commit 35813ae926
10 changed files with 152 additions and 17 deletions

View file

@ -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