PostgreSQL cross-schema extension reference in audit trigger -


i'm using (the quite nice) tutorial

http://cjauvin.blogspot.fi/2013/05/impossibly-lean-audit-system-for.html

for making simple audit trigger in postgresql 9.6 db. i'm trying make separate "audit"-schema created , modified table names, installed hstore extension etc.

however, when cause trigger fire on public.product table,

error: function hstore(product) not exist.

i tried create hstore extension in public schema in case execution context there "already enabled"-error. 1 strange thing though in navicat see hstore functions in audit-schema not in public one. schema concept still bit fuzzy me

pointers appreciated , in advance, nik


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -