Re: [HACKERS] A small type extension example for the contrib directory (fwd) - Mailing list pgsql-hackers

From Brett McCormick
Subject Re: [HACKERS] A small type extension example for the contrib directory (fwd)
Date
Msg-id 199801272357.PAA11737@abraxas.scene.com
Whole thread Raw
In response to Re: [HACKERS] A small type extension example for the contrib directory (fwd)  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
Except, of course, if the database was created before the
function/types were inserted into template1, correct?

On Tue, 27 January 1998, at 15:22:27, Thomas G. Lockhart wrote:

> In the meantime, you can install
> anything from contrib into template1 and your whole installation can then use it.
>
>                                                        - Tom
>

pgsql-hackers by date:

Previous
From: Brett McCormick
Date:
Subject: functions with same name, different args
Next
From: Brett McCormick
Date:
Subject: Re: [QUESTIONS] select date('now'::datetime+'30 day'::timespan)