Re: SQL on startup

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Nathan Heagy <nathan(at)frontlogic(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: SQL on startup
Date: 2001-01-19 22:58:30
Message-ID: Pine.LNX.4.30.0101192357400.1322-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Nathan Heagy writes:

> I have some sql that creates some operators which I want to be made
> available to every connection. Can I run this SQL when postmaster
> starts? Is there a way to execute it as the db root user so that the
> operators will be available to everyone that connects?

Once you have created the operators they are there persistently. They do
not get dropped when the server is shut down.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brett W. McCoy 2001-01-20 01:32:41 Re: re-instalation
Previous Message Craig L. Ching 2001-01-19 22:37:01 RE: Re: couple of general questions