Thread: psql and -f

psql and -f

From
AIS
Date:
I made a table dump with pg_dump in my Java program.

I want to restaure my table with psql and -f option, but it seems to not work. I
can't use redirection (like psql < table.dmp) because of the java launching an
external program does'nt allows that.

Is anyone did that ? Thanks.