Re: Pg + perl + apache

From: Ian Barwick <barwick(at)gmx(dot)net>
To: slyph(at)alum(dot)mit(dot)edu, "Michael L(dot) Artz" <dragon(at)october29(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Pg + perl + apache
Date: 2004-02-15 22:53:01
Message-ID: 200402152353.01145.barwick@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Saturday 14 February 2004 22:35, Michael L. Artz wrote:
(...)
> If anyone has seen anything like this before (i.e. random errors in a
> similar apache/mod_perl) situation, or might have any pointers as to
> where to look next, let me know. What would cause postgres to return an
> error for a selectrow_array, or one of those others mentioned?

Just checking, but do all your scripts have :

use strict;
use warnings;

at the top?

Ian Barwick
barwick(at)gmx(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ben 2004-02-15 23:35:20 making tsearch2 dictionaries
Previous Message Jan Wieck 2004-02-15 22:22:50 Re: PostgreSQL Indexing versus MySQL