Re: [ADMIN] Tuple changes from relfilenodes

2010-08-31 Thread Bruce Momjian
Kevin Grittner wrote: > *ukasz Brodziak wrote: > > From: [email protected] > > >> Are you looking for statistics or the actual prior versions of > >> rows? > > > I'm looking for actual versions of row data. What I want to > > achieve as a final result is a kind of data change history.

Re: [ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Bill MacArthur
Are you looking for statistics or the actual prior versions of rows? I'm looking for actual versions of row data. What I want to achieve as a final result is a kind of data change history. We just use ON DELETE rules on the tables where we want to maintain a history. In most cases, we just co

Re: [ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Kevin Grittner
*ukasz Brodziak wrote: > I have a database from which I have to retrieve some history data > for recovery purposes. Ouch. A quick search on pgfoundry shows a couple projects which might help. (I've never used either of them.) Perhaps others will have more ideas. http://pgfoundry.org/proje

Re: [ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Craig James
p. Craig > Date: Fri, 27 Aug 2010 10:04:39 -0700 > From: [email protected] > To: > Subject: Re: [ADMIN] Tuple changes from relfilenodes > > On 8/27/10 9:48 AM, ?ukasz Brodziak wrote: > > I'm looking for actual versions of row data. What I want to ac

Re: [ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Łukasz Brodziak
m; [email protected] > Subject: Re: [ADMIN] Tuple changes from relfilenodes > > >> Are you looking for statistics or the actual prior versions of > >> rows? > > > > I'm looking for actual versions of row data. What I want to > > achieve as a final

Re: [ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Bill MacArthur
Are you looking for statistics or the actual prior versions of rows? I'm looking for actual versions of row data. What I want to achieve as a final result is a kind of data change history. We just use ON DELETE rules on the tables where we want to maintain a history. In most cases, we just co

Re: [ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Lukasz Brodziak
What do You mean by history table? Creating such table is out of the question. > Date: Fri, 27 Aug 2010 10:04:39 -0700 > From: [email protected] > To: > Subject: Re: [ADMIN] Tuple changes from relfilenodes > > On 8/27/10 9:48 AM, ?ukasz Brodziak wrote: > >

Re: [ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Craig James
[email protected] > To: [email protected]; [email protected] > Subject: Re: [ADMIN] Tuple changes from relfilenodes > Are you looking for statistics or the actual prior versions of rows? > > -Kevin > > -- > Sent via pgsql-admin mailing list

Re: [ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Kevin Grittner
*ukasz Brodziak wrote: > From: [email protected] >> Are you looking for statistics or the actual prior versions of >> rows? > I'm looking for actual versions of row data. What I want to > achieve as a final result is a kind of data change history. Well, unless you are suppressing th

Re: [ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Łukasz Brodziak
I'm looking for actual versions of row data. What I want to achieve as a final result is a kind of data change history. > Date: Fri, 27 Aug 2010 08:25:26 -0500 > From: [email protected] > To: [email protected]; [email protected] > Subject: Re: [ADM

Re: [ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Kevin Grittner
*ukasz Brodziak wrote: > Just want to confirm something. I heard that data files containing > tables also keep information on tuple(row) changes so is it true > and if so how to get this data from the files? Are you looking for statistics or the actual prior versions of rows? -Kevin -- Sent

[ADMIN] Tuple changes from relfilenodes

2010-08-27 Thread Łukasz Brodziak
Hello, Just want to confirm something. I heard that data files containing tables also keep information on tuple(row) changes so is it true and if so how to get this data from the files?

[ADMIN] Tuple is too big ...

2001-02-05 Thread Jens Hartwig
Hello all, I am running PostgreSQL-7.0.3. I changed the value of BLCKSZ (in "include/config.h" to 16384, recompiled and reinstalled the sources. After having restarted the backend I tried to create a table with three varchar(5000)-columns and tried to add three character-values with each 4000 cha

Re: [ADMIN] Tuple problem

2001-01-29 Thread R D
Hi, PostgreSQL has this limitation. The max row size is 8K. You can recompile Postgres with max row size of 32K (not more). This limitation is removed in PgSQL 7.1 which is not released yet. It's in beta phase. regards, Rumen --- Bogdan Paduraru <[EMAIL PROTECTED]> wrote: > Hello folks, > > I h

[ADMIN] Tuple problem

2001-01-29 Thread Bogdan Paduraru
Hello folks, I have a web-tool that inputs text in a Postgresql table. This text is in a form. The problem is when I have a big text, I get this error : ERROR: Tuple is too big: size 13924, max size 8140 Can you help me? Thanx, Bogdan, >

[ADMIN] Tuple is too big

2001-01-14 Thread Christian Pomar
Hi, Using phorum (www.phorum.org) based on PHP, I am getting the following error when trying to insert a message in the PosgreSQL 6.5.3 database: ProcessQuery ERROR: Tuple is too big: size 12440 AbortCurrentTransaction (obtained from the log). Can anybody tell me where to find proper documenta

[ADMIN] tuple

1999-04-13 Thread JT Kirkpatrick
I am connecting to postgres 6.4.2 through microsoft access97 using an obdc driver. I am converting some access files into postgres. I have a certain field that contains NOTES (a text datatype), and some of them can contain quite a bit of data! Well, as I am pulling the info into postgres, ce