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
printsimple.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* printsimple.h
4
* print simple tuples without catalog access
5
*
6
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* src/include/access/printsimple.h
10
*
11
*-------------------------------------------------------------------------
12
*/
13
14
#ifndef PRINTSIMPLE_H
15
#define PRINTSIMPLE_H
16
17
#include "
tcop/dest.h
"
18
19
extern
bool
printsimple
(
TupleTableSlot
*slot,
DestReceiver
*self);
20
extern
void
printsimple_startup
(
DestReceiver
*self,
int
operation,
21
TupleDesc
tupdesc);
22
23
#endif
/* PRINTSIMPLE_H */
dest.h
printsimple_startup
void printsimple_startup(DestReceiver *self, int operation, TupleDesc tupdesc)
Definition:
printsimple.c:31
printsimple
bool printsimple(TupleTableSlot *slot, DestReceiver *self)
Definition:
printsimple.c:59
TupleDescData
Definition:
tupdesc.h:136
TupleTableSlot
Definition:
tuptable.h:115
_DestReceiver
Definition:
dest.h:116
src
include
access
printsimple.h
Generated on Sat May 3 2025 18:13:25 for PostgreSQL Source Code by
1.9.4