Look at the cheat-sheet: http://www.postgresonline.com/journal/index.php?/archives/63-PostgreSQL- 8.3-Pg_dump-Pg_Restore-Cheatsheet-Overview.html
From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Anderson dos Santos Donda Sent: Wednesday, May 06, 2009 1:28 PM To: pgsql-general@postgresql.org Subject: [GENERAL] Is thre a way? Hi o/ I have a table with 2000 names and emails.. and I did UPDATE list SET email = '' without the WHERE and now all rows is null in column email.. I have a backup made with pg_dump.. is there a way to restore only the email data? Thanks!!