开发者

Recoved deleted rows in postgresql

开发者 https://www.devze.com 2023-03-08 15:35 出处:网络
After running a query like delete from table tablename Can the records be recovered? From what I know Postgresql is开发者_开发百科 just marking the records as deleted.Try pg file dump.

After running a query like

 delete from table tablename

Can the records be recovered? From what I know Postgresql is开发者_开发百科 just marking the records as deleted.


Try pg file dump.

Source.

EDIT: In the Postgres Wiki you can find the pg file dump git repository.

0

精彩评论

暂无评论...
验证码 换一张
取 消