Re: Read recover rows

From: Alejandro Carrillo <fasterzip(at)yahoo(dot)es>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Read recover rows
Date: 2012-12-14 16:07:40
Message-ID: 1355501260.79717.YahooMailNeo@web172202.mail.ir2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

But pg_dirty_read only runs in Linux. It doesnt run in windows.

>________________________________
> De: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
>Para: Alejandro Carrillo <fasterzip(at)yahoo(dot)es>
>CC: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
>Enviado: Jueves 13 de diciembre de 2012 21:51
>Asunto: Re: [GENERAL] Read recover rows
>
>Alejandro Carrillo escribió:
>> Hi,
>>
>> 1) Anybody knows how to create a table using a table
>> file? It isn't a fdw, is a file that compose the table in postgresql and
>>  get with the pg_relation_filepath function. Ex:
>>  
>>  select pg_relation_filepath('pg_proc');
>
>Make sure the server is down and replace a table's file with the file
>you have.  You can just create a dummy empty table with exactly the same
>row type as the one that had the table the file was for; you need to
>recreate dropped columns as well.
>
>> 2) Anybody knows a JDBC or a multiplatform code that let read the delete rows of a table without writing of a table file?
>
>You already tried pg_dirtyread, I imagine, after I suggested it to you
>in the spanish list?  You can use it through JDBC.
>
>--
>Álvaro Herrera                http://www.2ndQuadrant.com/
>PostgreSQL Development, 24x7 Support, Training & Services
>
>
>--
>Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
>To make changes to your subscription:
>http://www.postgresql.org/mailpref/pgsql-general
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edson Richter 2012-12-14 16:17:08 Re: XML Schema for PostgreSQL database
Previous Message joshua 2012-12-14 16:06:29 Re: Implicit casts to array types