How can I export a table to csv?

🇩🇴gmcamposano9/26/2022
What would be the best option to export a postgres table to csv?
UUUnknown User9/26/2022
Message Not Public
Sign In & Join Server To View
🇩🇴gmcamposano9/26/2022
oh sorry, did not specify. Yes
🇩🇴gmcamposano9/26/2022
🇩🇴gmcamposano9/26/2022
is it still valid solution?
UUUnknown User9/26/2022
Message Not Public
Sign In & Join Server To View
🇩🇴gmcamposano9/26/2022
Thank you
🇩🇴gmcamposano9/26/2022
pg_dump seems the way to go
🇩🇴gmcamposano9/26/2022
The name "pg_dump" threw me off
🇩🇴gmcamposano9/26/2022
btw... what format does pg_dump uses?