Re: how to start a procedure after postgresql started.

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: jun yang <slickqt(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to start a procedure after postgresql started.
Date: 2011-05-22 06:06:20
Message-ID: BANLkTinANnTt_sPSz+hB8xKhVNooPLSduA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, May 21, 2011 at 10:57 PM, jun yang <slickqt(at)gmail(dot)com> wrote:
> now all the question:
> 1.how start a procedure or a script after postgresql start.

Do you need this stored procedure or script to always run at pg
database start? Or every time a client connects to the database? Or
every minute, or every hour or every day?

> 2.how to get notify when a table created.
> 3.how to get notify when a database created.

Set db to log all dll, scrape logs, email timestamp from table or db
creation. Do you need more info other than just that it was created?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-05-22 06:15:30 Re: how to start a procedure after postgresql started.
Previous Message Darren Duncan 2011-05-22 05:41:53 Re: how to start a procedure after postgresql started.