More case fixes of filenames.
This commit is contained in:
parent
20af12535e
commit
e71ef2e6df
41 changed files with 258 additions and 123 deletions
|
|
@ -1,17 +0,0 @@
|
|||
#ifndef PGNAMESPACE_H
|
||||
#define PGNAMESPACE_H
|
||||
|
||||
#include <QString>
|
||||
#include <pgsql/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