a few doubts regarding postgres

From: "Surabhi Ahuja " <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Subject: a few doubts regarding postgres
Date: 2005-02-11 12:31:01
Message-ID: CE5C48E227F8ED4990FAC4332100ADC621B4E9@EVS.iiitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

does postgres support notifications.

for eg. through one connection to the server, i begin a transaction and i do inserts there.
in another sessions, i want to get notified that inserts are taking place in someother session.
please help.

a few other questions

Q1. is there anyway by which we can give priorities to the transactions?

Q2. is there s concept of connection pool in postgres?

Q3. does postgres support multi threading? if yes how?

regards
surabhi

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marques Johansson 2005-02-11 12:37:19 PostgreSQL vs. MySQL vs. Oracle, 2005 report card
Previous Message Martijn van Oosterhout 2005-02-11 11:59:01 Re: Understanding EXPLAIN ANALYZE output