I would like to use the psql \"\\copy\" command to pull data from a tab-delimited file into Postgres. I\'m using this command:
\\copy cm_state from \'state.
you can do this copy cm_state from stdin with (format 'text')
copy cm_state from stdin with (format 'text')