Seperate files per function... - Mailing list pgsql-novice

From Glenn Davy
Subject Seperate files per function...
Date
Msg-id 1121125410.9412.15.camel@localhost
Whole thread Raw
Responses Re: Seperate files per function...
List pgsql-novice
Hi all
I like to keep my views and functions etc in seperate files for source
control purposes. What I'd like to do is have a 'master' script that
includes each of the other files, in correct sequence.
i.e. psql < masterscript.sql
which would call each of fx_a.sql, fx_b.sql etc etc

The questing is whats the syntax in the master script to include
fx_a.sql,fx_b.sql etc?

Thanks
glenn




pgsql-novice by date:

Previous
From:
Date:
Subject: Install PGSQL 8.03 on WinXP (not service)
Next
From: Michael Fuhr
Date:
Subject: Re: Seperate files per function...