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
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
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