Re: Data missing from table........

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Archana K N <archanakknn(at)gmail(dot)com>, PostgreSQLPHP PostgreSQLPHP <pgsql-php(at)postgresql(dot)org>
Subject: Re: Data missing from table........
Date: 2014-01-22 12:29:18
Message-ID: 52DFB99E.1050901@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On 22/01/2014 12:21, Archana K N wrote:
> Hi,
>
> Recently I updated my database with more columns and added
> data into it.
>
> Even works were performed on it. After updating "postgresql.conf" and
> "pg_hba.conf"
>
> files I restarted postgresql using 'service postgresql restart' . Now
> when I checked
>
> newly added data are gone and am not able to update any more using
> code(I used
>
> same code for updation before). What can I do.Is there a way to recover
> the lost data.

A lot more information about what you did will make it easier for people
to help you -

- What platform are you on - both server and client?

- What commands did you execute in order to add columns?

- How did you insert data into the database?

- How did you establish that the data is gone?

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Raymond O'Donnell 2014-01-22 12:34:59 Re: Data missing from table........
Previous Message Archana K N 2014-01-22 12:21:20 Data missing from table........