PostgreSQL Notes
Prev
Next
Chapter 11. Administrative Tasks
Table of Contents
Reading/writing queries to/from a text-file
Importing data from a text-file
Exporting data to a text-file
Understanding built-in backslash commands
Automatic data-dumps with passwords
Reading/writing queries to/from a text-file
Use \i <file> to read in and process queries or \o <file> to output results to a file
ref
.
Prev
Home
Next
Viewing rules
Importing data from a text-file