Skip to content

Instantly share code, notes, and snippets.

@jbdesbas
Created September 15, 2023 10:20
Show Gist options
  • Save jbdesbas/4ab12859895df47636dad151b832fab2 to your computer and use it in GitHub Desktop.
Save jbdesbas/4ab12859895df47636dad151b832fab2 to your computer and use it in GitHub Desktop.
psql copy json
\copy mytable from 'fichier.json' WITH csv quote e'\x01' delimiter e'\x02'
@jbdesbas
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment