canceling a delete

From: "Campbell, Lance" <lance(at)illinois(dot)edu>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: canceling a delete
Date: 2016-05-19 18:44:56
Message-ID: B75CD08C73BD3543B97E4EF3964B7D70203977FF@CITESMBX1.ad.uillinois.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

PostgreSQL 9.5.x

I logged onto PostgreSQL. I did a command:

Delete from some_table;

I realized that I should have had a where clause. So I canceled the delete with CTRL-C. PostgreSQL said to canceled the delete.

Did PostgreSQL delete any records?

Thanks,

Lance

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2016-05-19 18:54:34 Re: canceling a delete
Previous Message Lucas Possamai 2016-05-19 02:43:38 Re: Shell script Postgres Running