Re: Zeroing single tuple in data file.

From: Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Zeroing single tuple in data file.
Date: 2010-11-21 18:45:51
Message-ID: AANLkTinHXzEr0jLzoyBp0qqGw+5m6fkLBXX=GUBTopqX@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Found the message but all I get is null value in column <name>
violates non-null constraint. As I said before the tuple is in the
physical file and it contains all the data which is also in other
tuples.

2010/11/21 Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com>:
> Hello,
>
> I have a problem with one of the tables in my database. The thing is
> that one of the rows is present in corresponding data file yet I'm
> unable to perform any actions on it including simple SELECT statement.
> Is there a way of deleting the tuple from the file by zeroing it and
> then reindexing the table. I tried other ways of dealing with the
> problem like vacuming and clustering the table but it pops out the
> error and terminates when processing the given row. I have several
> data folders so when I find the exact error message I will post it.
>
> --
> Łukasz Brodziak
> "What if everyting around You isn't quite as it seems,
> What if all the world You think You know is an inelaborate dream
> When You look at Your reflection is that all you want it to be
> What if You could look right through the cracks
> Would You find Yourself...... Find Yourself afraid to see"
>

--
Łukasz Brodziak
"What if everyting around You isn't quite as it seems,
What if all the world You think You know is an inelaborate dream
When You look at Your reflection is that all you want it to be
What if You could look right through the cracks
Would You find Yourself...... Find Yourself afraid to see"

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Matthew Walden 2010-11-21 19:19:09 Re: Zeroing single tuple in data file.
Previous Message Lukasz Brodziak 2010-11-21 18:43:07 Zeroing single tuple in data file.