[DBIx-Class-Devel] [dbsrgits/sql-translator] PostgreSQL: add support for TRIGGERs and FUNCTIONs (#82)

Steve Rogerson notifications at github.com
Tue Mar 5 17:32:59 GMT 2019


wrt #82.  The procedures need to be added first, before the tables. I have a situation where a procedure is used for the default of a column and the deploy fails because it is not defined.
Oddly you can define procedures that refer to tables and columns that don't yet exist. So doing it first 'just works'.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/sql-translator/issues/82#issuecomment-469775745
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20190305/f8f25398/attachment.htm>


More information about the DBIx-Class-Devel mailing list