Re: Tables dissapearing - Mailing list pgsql-general

From Kamil Srot
Subject Re: Tables dissapearing
Date
Msg-id 46D3CB8E.8050609@nlogy.com
Whole thread Raw
In response to Re: Tables dissapearing  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: Tables dissapearing
List pgsql-general
Alvaro Herrera wrote:
Adrian Klaver wrote:
 
I have a question. First a little history. Right now, the people who know 
better than I are fairly certain Postgres is not changing things on its own 
and the developer is certain the CMS software is not doing schema changes. As 
I understand it logging has been cranked up to test both those assumptions. 
My question is, how are legitimate schema changes done?  Just wondering if 
there is a third party involved.   
Maybe someone discovered an SQL injection in your apps and is making fun
of you by dropping tables.
 
Andrew, Alvaro... well, sure SQL injection is possibility I cannot ignore... (and sure as "dad" of this
application, I think it's not the case :-) ... just kidding...
As even the injected SQL will be shown in the logs, so we'll know more after some time. It's too much
issues of the same type to thing, it'll not appear anymore.

I'm really interested in what is the problem not only from proffesional point of view...

Regards,
--
Kamil

pgsql-general by date:

Previous
From: Kamil Srot
Date:
Subject: Re: Tables dissapearing
Next
From: Richard Huxton
Date:
Subject: Re: delete vs insert vs update due to primary key dups -> which is better