mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703
2 remove select qeury in inserts
This commit is contained in:
@ -7,6 +7,7 @@ typedef struct
|
||||
{
|
||||
char *key;
|
||||
Oid value;
|
||||
Oid nsp;
|
||||
} SNMapEntry;
|
||||
|
||||
typedef struct
|
||||
|
Reference in New Issue
Block a user