Server window database tab tweaks
- Encoding as string instead of id - Tablespace name instead of id - Database list sorting enabled - Database size
This commit is contained in:
parent
11459e1e12
commit
2724586f4e
5 changed files with 28 additions and 9 deletions
|
|
@ -10,12 +10,14 @@ public:
|
|||
|
||||
Oid dba; // owner?
|
||||
int encoding;
|
||||
QString encodingString;
|
||||
QString collate;
|
||||
QString ctype;
|
||||
bool isTemplate;
|
||||
bool allowConn;
|
||||
int connLimit;
|
||||
Oid tablespace;
|
||||
int64_t sizeBytes;
|
||||
|
||||
using PgServerObject::PgServerObject;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue