PostgreSQL Source Code: sqlparseInfo Struct Reference (original) (raw)
#include <[pg_backup_archiver.h](pg%5F%5Fbackup%5F%5Farchiver%5F8h%5Fsource.html)>
Data Fields | |
---|---|
sqlparseState | state |
bool | backSlash |
PQExpBuffer | curCmd |
Detailed Description
Definition at line 149 of file pg_backup_archiver.h.
Field Documentation
◆ backSlash
bool sqlparseInfo::backSlash
Definition at line 152 of file pg_backup_archiver.h.
Referenced by ExecuteSimpleCommands().
◆ curCmd
PQExpBuffer sqlparseInfo::curCmd
Definition at line 153 of file pg_backup_archiver.h.
Referenced by DeCloneArchive(), and ExecuteSimpleCommands().
◆ state
sqlparseState sqlparseInfo::state
Definition at line 151 of file pg_backup_archiver.h.
Referenced by ExecuteSimpleCommands().
The documentation for this struct was generated from the following file:
- src/bin/pg_dump/pg_backup_archiver.h