[ADMIN] rules bug

2000-04-29 Thread Vladimir V. Zolotych
  Hello all, Have the problem with using RULEs (is it a RULE's bug?): Do the following: 1) Create table 'num' with column of a type SERIAL, e.g.    CREATE TABLE num (id SERIAL, num INT4); 2) Create table 'num_log' (for logging insertions    in table 'num'), e.g.    CREATE TABLE num_log (num_id IN

[ADMIN] Currently running queries?

2000-04-29 Thread brianb
Is it possible for me to find out which queries are currently running? I run some db-related tasks non-interactively via cron, and I'm suspecting that some of them may be taking too long. Any help would be appreciated. Brian -- Brian Baquiran <[EMAIL PROTECTED]> http://www.baquiran.com/ AIM: bb

[ADMIN] pg_hba.conf is inscrutable to me

2000-04-29 Thread Bob Miller
Hello all. I hope this is the right place for this question. On a machine called falstaff.trgrdc.mc.xerox.com, IP address 13.137.84.27, I've got the following pg_hba.conf: localalltrust host all 13.137.84.27 255.255.255.255