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
92f924f738
pgLab
/
pglablib
/
catalog
/
PgAuthId.cpp
7 lines
81 B
C++
Raw
Normal View
History
Unescape
Escape
Added list of databases and roles. Roles works for atleast 9.3 and up. Reorganizing code for communicating with database.
2017-02-18 12:05:48 +01:00
#
include
"
PgAuthId.h
"
Make PgAuthId inherit PgServerObject and related changes.
2018-12-25 16:39:58 +01:00
QString
PgAuthId
:
:
typeName
(
)
const
{
return
"
ROLE
"
;
}
Reference in a new issue
Copy permalink