Sequence and Function pages are now properly filtered on namespace.
This commit is contained in:
parent
7ca671a078
commit
f2808de613
17 changed files with 136 additions and 48 deletions
8
pglab/NamespaceFilter.h
Normal file
8
pglab/NamespaceFilter.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef NAMESPACEFILTER_H
|
||||
#define NAMESPACEFILTER_H
|
||||
|
||||
enum class NamespaceFilter {
|
||||
User, PgCatalog, InformationSchema
|
||||
};
|
||||
|
||||
#endif // NAMESPACEFILTER_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue