Hi,
I am working on a project of DB migration from Oracle to Postgres. The
application is working well with Oracle. But when switch to Postgres, some
SQL executionss couldn't finish and got an error like:
FATAL: DefineSavepoint: unexpected state STARTED
STATEMENT: SAVEPOINT_per_query_svp;DEALLOCA
x27;,
not quite sure happens in which step? In the middle of DELETE or INSERT?
On Mon, Jun 19, 2017 at 9:43 PM, Tom Lane wrote:
> Computer Study writes:
> > I am working on a project of DB migration from Oracle to Postgres. The
> > application is working well with Oracle. But w