Re: [PERFORM] Recover rows deleted

2012-06-04 Thread Kevin Grittner
Alejandro Carrillo wrote: > How I can compile in Windows using Visual Studio and Mingw? http://www.postgresql.org/docs/current/interactive/install-windows.html -Kevin -- Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org) To make changes to your subscription: http://

Re: [PERFORM] Recover rows deleted

2012-06-04 Thread Alejandro Carrillo
ok, How I can compile in Windows using Visual Studio and Mingw? > > De: Merlin Moncure >Para: Alejandro Carrillo >CC: "stho...@optionshouse.com" ; >"pgsql-performance@postgresql.org" >Enviado: Lunes 4 de junio de 201

Re: [PERFORM] Recover rows deleted

2012-06-04 Thread Merlin Moncure
On Mon, Jun 4, 2012 at 12:46 PM, Alejandro Carrillo wrote: > How I can compile in Windows? I tried to compile using Dev-C++ 4.9 and show It's probably going to take some extra effort to compile backend libraries with that compiler. The two supported compiling environments on windows are mingw an

Re: [PERFORM] Recover rows deleted

2012-06-04 Thread Alejandro Carrillo
.a Ejecución Terminada I use the sources of binary downloaded of http://www.enterprisedb.com/products-services-training/pgbindownload. What I doing bad? Thanks > > De: Merlin Moncure >Para: Alejandro Carrillo >CC: "stho...@optionshouse.com&q

Re: [PERFORM] Recover rows deleted

2012-06-04 Thread Merlin Moncure
On Mon, Jun 4, 2012 at 11:47 AM, Alejandro Carrillo wrote: > In linux exists > (https://github.com/omniti-labs/pgtreats/blob/master/contrib/pg_dirtyread/pg_dirtyread.c) > But I can't compile in Windows :( > Anybody could compile in Windows? There are no linux specific calls in there that I can s

Re: [PERFORM] Recover rows deleted

2012-06-04 Thread Alejandro Carrillo
quot;pgsql-performance@postgresql.org" >Enviado: Lunes 4 de junio de 2012 11:43 >Asunto: Re: [PERFORM] Recover rows deleted > >On 06/04/2012 11:14 AM, Alejandro Carrillo wrote: > >> Anybody knows a function that let's recover a record (row) deleted in >> Windows? >

Re: [PERFORM] Recover rows deleted

2012-06-04 Thread Shaun Thomas
On 06/04/2012 11:14 AM, Alejandro Carrillo wrote: Anybody knows a function that let's recover a record (row) deleted in Windows? Sorry Alejandro, I'm pretty sure no database anywhere has a function like that. If there were, I'd certainly like to see it! Generally you avoid situations like th

Re: [PERFORM] Recover rows deleted

2012-06-04 Thread Alejandro Carrillo
Anybody knows a function that let's recover a record (row) deleted in Windows? Thanks > > De: Jeff Davis >Para: Alejandro Carrillo >CC: "pgsql-performance@postgresql.org" >Enviado: Martes 29 de Mayo de 2012 15:53 >Asunto: R

Re: [PERFORM] Recover rows deleted

2012-05-29 Thread Alejandro Carrillo
zewski >Para: Alejandro Carrillo >Enviado: Martes 29 de Mayo de 2012 17:21 >Asunto: Re: [PERFORM] Recover rows deleted > >On Tue, May 29, 2012 at 11:16:56PM +0100, Alejandro Carrillo wrote: >> Hi friend, >> >> Your function doesn't compile in Windows. >&

Re: [PERFORM] Recover rows deleted

2012-05-29 Thread Alejandro Carrillo
Hi friend, Your function doesn't compile in Windows. Please change it. Thanks > > De: hubert depesz lubaczewski >Para: Alejandro Carrillo >CC: "pgsql-performance@postgresql.org" >Enviado: Martes 29 de Mayo de 2012 16:33 >A

Re: [PERFORM] Recover rows deleted

2012-05-29 Thread hubert depesz lubaczewski
On Mon, May 28, 2012 at 07:24:13PM +0100, Alejandro Carrillo wrote: > ¿How I can recover a row delete of a table that wasn't vacuummed? > I have PostgreSQL 9.1 in Windows XP/7. http://www.depesz.com/2012/04/04/lets-talk-dirty/ Best regards, depesz -- The best thing about modern society is how

Re: [PERFORM] Recover rows deleted

2012-05-29 Thread Jeff Davis
On Mon, 2012-05-28 at 19:24 +0100, Alejandro Carrillo wrote: > Hi, > > > ¿How I can recover a row delete of a table that wasn't vacuummed? > I have PostgreSQL 9.1 in Windows XP/7. The first thing to do is shut down postgresql and take a full backup of the data directory, including any archived W

[PERFORM] Recover rows deleted

2012-05-28 Thread Alejandro Carrillo
Hi, ¿How I can recover a row delete of a table that wasn't vacuummed? I have PostgreSQL 9.1 in Windows XP/7. Thanks