Error!ERROR: permission denied for relation yearend
DELETE FROM gl WHERE id = '1'
CONTEXT: SQL statement "delete from yearend where trans_id = old.id"
PL/pgSQL function "del_yearend" line 3 at SQL statementTo solve that you need to ru:GRANT delete ON yearend TO <the-role-you-want-to-be-able-to-delete>;The same way like last time: log in through the psql interface.(Note the difference between the first and the second statement is the ON part which names a different table.)
I did this and it generated another error denying permission for acc_trans
------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________ Ledger-smb-users mailing list ..hidden.. https://lists.sourceforge.net/lists/listinfo/ledger-smb-users