2016-03-21 16:42 GMT+02:00 Alexander Farber <alexander.far...@gmail.com>:
> I would prefer to have every stored function in a separate file (which > would make reading git history easier too) and include them from words.sql. > > Is there such a thing for PostgreSQL 9.5.1 available please and if not - > could you share your approaches here? > If you're processing your files with Postgres' `psql` tool, you can use `\i` directive to include other files. -- Victor Y. Yegorov