[SQL] Lost my tablespace - Mailing list pgsql-sql

From tel medola
Subject [SQL] Lost my tablespace
Date
Msg-id CANRMYmgu3ddSU62-=a3QCnsbGYuMVJXZ-ydTm7vd_2TQLp-Oqg@mail.gmail.com
Whole thread Raw
Responses Re: [SQL] Lost my tablespace
Re: [SQL] Lost my tablespace
List pgsql-sql

I have a serious problem in my database. I have a table, divided into 4 tablespaces, one in each unit (E :; G :; H:; I:), linked with inheritance, of approximately 500 gb each. It happens that a truncate was done in the main table without undoing the inheritance for the other tables and consequently the "daughters" tables were cleaned together with the main one. I lost everything! But ... I have the backup of all drives and I have already done the data restore. Everything has been successfully retrieved, however the table is listed as 8192 bytes in postgres, but the units are all as they were before the truncate was executed.
Is there any way Postgres redo the link with the child tables ?? I already ran the command to rewrite inheritance, but the size of the tables continues with 8192.
If you execute the SELECT command pg_size_pretty (pg_database_size ('database_name')), the result comes complete, as if the tables were filled normally.
Can someone help me please?
Thanks Roberto.

pgsql-sql by date:

Previous
From: Achilleas Mantzios
Date:
Subject: [SQL] Inconsistent/wrong behavior of pg_trigger_depth when used withDEFERRED CONSTRAINTS
Next
From: Adrian Klaver
Date:
Subject: Re: [SQL] Lost my tablespace