Re: Strange INSERT phenomenon with key constraints - Mailing list pgsql-novice

From ghaverla@freenet.edmonton.ab.ca
Subject Re: Strange INSERT phenomenon with key constraints
Date
Msg-id Pine.A41.3.95.1010502165414.39442A-100000@freenet.edmonton.ab.ca
Whole thread Raw
In response to Re: Strange INSERT phenomenon with key constraints  (Lukas Ertl <l.ertl@univie.ac.at>)
List pgsql-novice
On Wed, 2 May 2001, Lukas Ertl wrote:

> On Wed, 2 May 2001, D. Duccini wrote:
>
> >
> > PERL buffers its output -- you'll need to flush it after each line
>
> I have a
>
> $|++;
>
> at the beginning of my script, so it shouldn't be a problem.

$| is a per-filehandle magic variable.  You have unbuffered
stdout (probably), but is that the filehandle you want unbuffered?

Gord

Matter Realisations     http://www.materialisations.com/
Gordon Haverland, B.Sc. M.Eng. President
101  9504 182 St. NW    Edmonton, AB, CA  T5T 3A7
780/481-8019            ghaverla @ freenet.edmonton.ab.ca
780/993-1274 (cell)


pgsql-novice by date:

Previous
From: "J. Patrick Lanigan"
Date:
Subject: RE: Strange INSERT phenomenon with key constraints
Next
From: Joel Burton
Date:
Subject: Re: Strange INSERT phenomenon with key constraints