Vlad Arkhipov
Vlad Arkhipov
There are DLLs attached in 1.2.1 version for PG 9.3-15.
Wow! You have done a lot since the last time we discussed this issue. I was a bit busy at the time, but I will review the PR this weekend....
Hello @RomanTkachuk , It is a well-known [PostgreSQL bug](http://www.postgresql.org/message-id/[email protected]).
The idea looks OK to me, but I doubt if I can implement it because trigger arguments is an array of `text`, so you cannot pass either `oid` or `regclass`...
Hello @allenwlee, I am sorry for my ignorance, but who is Heroku?
I doubt if they do. It seems that they have a limited number of extensions installed. Anyway, it might be a good idea to ask them if they are going...
Hello @lifepillar, Could you please clarify your idea?
I have seen it implemented in some ORMs ([Hibernate Envers](http://hibernate.org/orm/envers/) is one the examples). The main issue of this approach is the version table. It may become a bottleneck, so...
I just added GitHub Actions for PostgreSQL versions up to 15.
Hello. Is it still reproducible with the latest master?