User Tools

Site Tools


psql_client

Tricks & Trade for psql

if you use psql on the console and you want proper line wrapping and 'indentation' like python -m json.tool, enable the extended format

\x

COPY

bulk upload of a CSV file into a table

\copy sim_clusters from /tmp/sim_clusters.csv with delimiter ','

Keywords: sql psql postgresql client console

psql_client.txt · Last modified: 2024/04/11 14:23 by 127.0.0.1