This website requires JavaScript.
Explore
Help
Sign in
eelke
/
pgLab
Watch
1
Star
0
Fork
You've already forked pgLab
0
Code
Issues
28
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
Actions
fcb191f2cc
pgLab
/
pglablib
/
PgProc.cpp
7 lines
77 B
C++
Raw
Normal View
History
Unescape
Escape
Added pg_proc table to the catalog. Contains the definition of functions. Also improved the loading code for some catalog tables.
2018-11-17 19:38:07 +01:00
#
include
"
PgProc.h
"
Overview of triggers extended with function name and arguments. Did a lot of refactoring on the catalog to keep things clean.
2018-11-18 19:30:45 +01:00
QString
PgProc
:
:
objectName
(
)
const
{
return
name
;
}
Reference in a new issue
Copy permalink