[GENERAL] Re: postmaster confiugration and hardware configuration

2001-03-05 Thread Anthony E . Greene
On Sat, 06 Feb 1999 04:00:26 KoPra Workshop wrote: >I'm newbie, and confuse on configuration Your system clock is not correct. -- Anthony E. Greene <[EMAIL PROTECTED]> <http://www.pobox.com/~agreene/> PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 2

[GENERAL] Re: Re: couple of general questions

2001-01-19 Thread Anthony E . Greene
e variations of "American" addresses. Some things really are a fixed length of 2 (the number of digits needed to specify hour of day, day of month, or month of year). As for the state code, it wasn't political correctness, it was a valid point. Tony -- Anthony E. Greene <[EMAIL PRO

[GENERAL] Re: PostgreSQL Client Program

2001-01-12 Thread Anthony E . Greene
on my RH6.2 machine with PG 6.5.3 and it works fine. I made a few changes in the Makefile: PGSQLIBS= -L/usr/lib/pgsql -lpq PGSQLCFLAGS = -I/usr/include/pgsql -DUSE_POSTGRESQL PGSQLOBJS = postgres.o I also commented out the MySQL section, since I don't have that on my machine

[GENERAL] Re: pg_dump return status..

2001-01-04 Thread Anthony E . Greene
e the script check for the existence of the dump file and that it has a non-zero size. To dump my personal database, I could use this: #!/bin/bash dumpfile=$HOME/mydatabase.dump pg_dump -d $LOGNAME > $dumpfile if [ -s $dumpfile ] ; then echo 'Dump succeeded' else echo 'Dump