Andrew Edson a écrit :
Does anyone know of anything in Postgres that might be causing this unusual
behavior? Or should I check the perl mailing lists instead?
Maybe you are beginning a transaction and that you are committing afterwards ?
--
Arnaud
---(end of broadc
Andrew Edson wrote:
I've been given a file to maintain, the purpose of which is to purge the
database of records more than two years old. (Database setup is pg 8.1.3)
The program (written in perl) enters postgres as the user 'postgres', and is supposed to select foreign-key records from a
On 2/28/07, Andrew Edson <[EMAIL PROTECTED]> wrote:
I've been given a file to maintain, the purpose of which is to purge the
database of records more than two years old. (Database setup is pg 8.1.3)
The program (written in perl) enters postgres as the user 'postgres', and
is supposed to select
Andrew Edson wrote:
> I've been given a file to maintain, the purpose of which is to purge the
> database of records more than two years old. (Database setup is pg 8.1.3)
>
> The program (written in perl) enters postgres as the user 'postgres', and
> is supposed to select foreign-key recor
I've been given a file to maintain, the purpose of which is to purge the
database of records more than two years old. (Database setup is pg 8.1.3)
The program (written in perl) enters postgres as the user 'postgres', and is
supposed to select foreign-key records from all tables that link t