2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2025, PostgreSQL Global Development Group
6 * src/bin/psql/large_obj.h
11bool do_lo_export(
const char *loid_arg,
const char *filename_arg);
12bool do_lo_import(
const char *filename_arg,
const char *comment_arg);
15#endif /* LARGE_OBJ_H */
bool do_lo_export(const char *loid_arg, const char *filename_arg)
bool do_lo_import(const char *filename_arg, const char *comment_arg)
bool do_lo_unlink(const char *loid_arg)