Created
May 10, 2022 05:07
-
-
Save MikimotoH/08807c9c40d8f89c5fd853e2a0473e72 to your computer and use it in GitHub Desktop.
PostgreSQL COPY TO TSV with header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy sca_packages to '/var/lib/postgresql/sca_packages.tsv' CSV HEADER DELIMITER E'\t' NULL AS ''; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment