psql and -f

From: AIS <ais(at)impi-gipsi(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: psql and -f
Date: 1999-05-26 13:35:39
Message-ID: 374BF8AB.34EBCF9D@impi-gipsi.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Browse pgsql-general by date

  From Date Subject
Next Message Chris Bitmead 1999-05-26 13:48:23 Deadlock problems
Previous Message Herouth Maoz 1999-05-26 09:58:33 Re: [GENERAL] Can't compile under Solaris 7/x86