[ADMIN] crash help, pgsql 7.2.1 on RH7.3

2002-11-20 Thread Tim Lynch
running pgsql 7.2.1 on redhat7.3 SMP. installed a hacked glibc to fix the mktime() timezone problem for dates < 1970 (http://rpms.arvin.dk/glibc/rh73/i686/) three times now the backend process has unexpectedly quit. what happens is the postmaster process and the stats processes disappear and only

Re: [ADMIN] crash help, pgsql 7.2.1 on RH7.3

2002-11-22 Thread Tim Lynch
hecked out the cwd in /proc, it is /var/lib/pgsql (actally i symlinked it into another fs) which is postgres:postgres mode 700. - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Tim Lynch" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent:

Re: [ADMIN] H/W RAID 5 on slower disks versus no raid on faster HDDs

2002-11-26 Thread Tim Lynch
operationally, disk subsystems trump software raid for primary dataset storage: battery backed cache - safety first. portability - plug it into any other host, or more than one host on the scsi bus (fc-al loop). raid on a pci card or raid on the motherboard need not apply less they sport battery a

[ADMIN] OT: seeking query help, where?

2003-01-16 Thread Tim Lynch
First, sorry for the OT, flame me off-list! I'm a sysadmin being impressed into dba service. i've been getting along pretty well writing queries and making reports, but i've got some questions. suggestions for a good list/forum for help? from two tables both with email_addr columns, i want a dist

Re: [ADMIN] OT: seeking query help, where?

2003-01-20 Thread Tim Lynch
UNION! thanks everyone! i'll take this stuff up on the pgsql-sql list in the future. union does intra- and inter- table distinct, notice `red' and `two': test=> select str from foo ; str - one two two red (4 rows) test=> select str from bar ; str red orange yellow green

[ADMIN] block level db replication - eNBD?

2003-01-30 Thread Tim Lynch
while the topic of replication is on, i'd like to ask if anyone has implimented networked block level mirroring with eNBD http://www.it.uc3m.es/~ptb/nbd/ for postgres. specifically i'm speaking of replication for the purposes of high availability, but i'm also interested in query performance scalin