PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
g
h
i
k
l
m
p
r
s
t
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
c
d
f
h
i
n
o
p
r
s
t
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
matview.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* matview.h
4
* prototypes for matview.c.
5
*
6
*
7
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/include/commands/matview.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef MATVIEW_H
15
#define MATVIEW_H
16
17
#include "
catalog/objectaddress.h
"
18
#include "
nodes/params.h
"
19
#include "
nodes/parsenodes.h
"
20
#include "
tcop/dest.h
"
21
#include "
utils/relcache.h
"
22
23
24
extern
void
SetMatViewPopulatedState
(
Relation
relation,
bool
newstate
);
25
26
extern
ObjectAddress
ExecRefreshMatView
(
RefreshMatViewStmt
*
stmt
,
const
char
*queryString,
27
QueryCompletion
*qc);
28
extern
ObjectAddress
RefreshMatViewByOid
(
Oid
matviewOid,
bool
is_create,
bool
skipData,
29
bool
concurrent,
const
char
*queryString,
30
QueryCompletion
*qc);
31
32
extern
DestReceiver
*
CreateTransientRelDestReceiver
(
Oid
transientoid);
33
34
extern
bool
MatViewIncrementalMaintenanceIsEnabled
(
void
);
35
36
#endif
/* MATVIEW_H */
dest.h
stmt
#define stmt
Definition:
indent_codes.h:59
CreateTransientRelDestReceiver
DestReceiver * CreateTransientRelDestReceiver(Oid transientoid)
Definition:
matview.c:466
MatViewIncrementalMaintenanceIsEnabled
bool MatViewIncrementalMaintenanceIsEnabled(void)
Definition:
matview.c:964
SetMatViewPopulatedState
void SetMatViewPopulatedState(Relation relation, bool newstate)
Definition:
matview.c:79
ExecRefreshMatView
ObjectAddress ExecRefreshMatView(RefreshMatViewStmt *stmt, const char *queryString, QueryCompletion *qc)
Definition:
matview.c:121
RefreshMatViewByOid
ObjectAddress RefreshMatViewByOid(Oid matviewOid, bool is_create, bool skipData, bool concurrent, const char *queryString, QueryCompletion *qc)
Definition:
matview.c:165
objectaddress.h
params.h
parsenodes.h
Oid
unsigned int Oid
Definition:
postgres_ext.h:30
newstate
static struct state * newstate(struct nfa *nfa)
Definition:
regc_nfa.c:137
relcache.h
ObjectAddress
Definition:
objectaddress.h:25
QueryCompletion
Definition:
cmdtag.h:30
RefreshMatViewStmt
Definition:
parsenodes.h:3999
RelationData
Definition:
rel.h:56
_DestReceiver
Definition:
dest.h:116
src
include
commands
matview.h
Generated on Wed Apr 30 2025 00:13:26 for PostgreSQL Source Code by
1.9.4