Builds on windows again
This commit is contained in:
parent
33cf39b799
commit
bebb3391c3
160 changed files with 138 additions and 117 deletions
17
pglab/PgNamespace.h
Normal file
17
pglab/PgNamespace.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#ifndef PGNAMESPACE_H
|
||||
#define PGNAMESPACE_H
|
||||
|
||||
#include <QString>
|
||||
#include <libpq-fe.h>
|
||||
|
||||
class PgNamespace
|
||||
{
|
||||
public:
|
||||
PgNamespace();
|
||||
|
||||
QString name;
|
||||
Oid owner = InvalidOid;
|
||||
QString acl;
|
||||
};
|
||||
|
||||
#endif // PGNAMESPACE_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue