On Sun, 31 May 1998, The Hermit Hacker wrote:
> On Sun, 31 May 1998, David Gould wrote:
>
> > > I hate to use myself as an example...but why do I hate Linux? And
> > > why wouldn't I recommend anyone to use it? Past Experience.
> >
> > Ok, why do you hate Linux? I have been using it since 9
Hi!
I ve just upgraded from 6.2.1 to 6.3.2 and ended with no shared libs for
libpq
Making in the /interfaces/libpq(++) doesn't help - the libs are compiled
only as libpq(++).a
The configure script recognizes my system as linux-gcc which I think is
standing now for linux-elf from the 6.2.1 rele
Hi,
every night my script (using perl) will load about 50.000 rows of
data into Postgres. I know two ways:
In first version of my script I used method by inserting, eg:
-- cut --
#!/bin/perl
use Pg;
open (MyData, "...");
while () {
chop;
...
&insert_cust_sales ($NDate, $C
I am still having problems with the timespan and tinterval types.
tinterval is defined as (abstime, abstime) but if set a value like
('2/2/1998, 2/2/1999') the result returned will be
["Thu Jan 01 01:04:06 1970 MET" "Thu Apr 25 07:54:08 1974 MET"]
timespan seems also worthless for me. I can