How can I export a table to csv?
What would be the best option to export a postgres table to csv?
6 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
oh sorry, did not specify. Yes
I found this: https://blog.railway.app/p/postgre-backup
Railway Blog
How to Backup and Restore Your Postgres Database
In this post, we will go over the process of backing up and restoring your Postgres database hosted on Railway.
is it still valid solution?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Thank you
pg_dump seems the way to go
The name "pg_dump" threw me off
btw... what format does pg_dump uses?