PostgreSQL Source Code
git master
Loading...
Searching...
No Matches
large_obj.h
Go to the documentation of this file.
1
/*
2
* psql - the PostgreSQL interactive terminal
3
*
4
* Copyright (c) 2000-2026, PostgreSQL Global Development Group
5
*
6
* src/bin/psql/large_obj.h
7
*/
8
#ifndef LARGE_OBJ_H
9
#define LARGE_OBJ_H
10
11
bool
do_lo_export
(
const
char
*
loid_arg
,
const
char
*
filename_arg
);
12
bool
do_lo_import
(
const
char
*
filename_arg
,
const
char
*
comment_arg
);
13
bool
do_lo_unlink
(
const
char
*
loid_arg
);
14
15
#endif
/* LARGE_OBJ_H */
do_lo_export
bool do_lo_export(const char *loid_arg, const char *filename_arg)
Definition
large_obj.c:142
do_lo_import
bool do_lo_import(const char *filename_arg, const char *comment_arg)
Definition
large_obj.c:176
do_lo_unlink
bool do_lo_unlink(const char *loid_arg)
Definition
large_obj.c:239
fb
static int fb(int x)
Definition
preproc-init.c:92
src
bin
psql
large_obj.h
Generated on Sun Feb 1 2026 18:13:15 for PostgreSQL Source Code by
1.9.8