PostgreSQL Source Code
git master
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
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
f
h
i
n
o
p
r
s
~
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
copy.h
Go to the documentation of this file.
1
/*
2
* psql - the PostgreSQL interactive terminal
3
*
4
* Copyright (c) 2000-2024, PostgreSQL Global Development Group
5
*
6
* src/bin/psql/copy.h
7
*/
8
#ifndef COPY_H
9
#define COPY_H
10
11
#include "
libpq-fe.h
"
12
13
14
/* handler for \copy */
15
extern
bool
do_copy
(
const
char
*
args
);
16
17
/* lower level processors for copy in/out streams */
18
19
extern
bool
handleCopyOut
(
PGconn
*
conn
, FILE *copystream,
20
PGresult
**
res
);
21
extern
bool
handleCopyIn
(
PGconn
*
conn
, FILE *copystream,
bool
isbinary,
22
PGresult
**
res
);
23
24
#endif
handleCopyOut
bool handleCopyOut(PGconn *conn, FILE *copystream, PGresult **res)
Definition:
copy.c:434
do_copy
bool do_copy(const char *args)
Definition:
copy.c:268
handleCopyIn
bool handleCopyIn(PGconn *conn, FILE *copystream, bool isbinary, PGresult **res)
Definition:
copy.c:511
res
static void PGresult * res
Definition:
dblink.c:165
libpq-fe.h
generate_unaccent_rules.args
args
Definition:
generate_unaccent_rules.py:288
conn
PGconn * conn
Definition:
streamutil.c:53
pg_conn
Definition:
libpq-int.h:377
pg_result
Definition:
libpq-int.h:171
src
bin
psql
copy.h
Generated on Wed Nov 27 2024 00:13:23 for PostgreSQL Source Code by
1.9.1