|
PostgreSQL Source Code git master
|
#include "rewrite/rowsecurity.h"

Go to the source code of this file.
Functions | |
| List * | test_rls_hooks_permissive (CmdType cmdtype, Relation relation) |
| List * | test_rls_hooks_restrictive (CmdType cmdtype, Relation relation) |
Definition at line 44 of file test_rls_hooks.c.
References AccessShareLock, ACL_ID_PUBLIC, addNSItemToQuery(), addRangeTableEntryForRelation(), AEXPR_OP, assign_expr_collations(), COERCE_EXPLICIT_CALL, construct_array_builtin(), copyObject, EXPR_KIND_POLICY, fb(), list_make1, list_make2, make_parsestate(), makeFuncCall(), makeNode, makeSimpleA_Expr(), makeString(), NIL, ObjectIdGetDatum(), palloc0_object, pstrdup(), RelationGetRelationName, and transformWhereClause().
Referenced by _PG_init().
Definition at line 112 of file test_rls_hooks.c.
References AccessShareLock, ACL_ID_PUBLIC, addNSItemToQuery(), addRangeTableEntryForRelation(), AEXPR_OP, assign_expr_collations(), COERCE_EXPLICIT_CALL, construct_array_builtin(), copyObject, EXPR_KIND_POLICY, fb(), list_make1, list_make2, make_parsestate(), makeFuncCall(), makeNode, makeSimpleA_Expr(), makeString(), NIL, ObjectIdGetDatum(), palloc0_object, pstrdup(), RelationGetRelationName, and transformWhereClause().
Referenced by _PG_init().