Skip to content

Commit

Permalink
Remove create plpgsql language line. This wont work on heroku - see C…
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJaba committed May 26, 2015
1 parent 1326c6a commit 272816a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pg_audit_log/function.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def user_unique_name_temporary_function(username)

def install
execute <<-SQL
CREATE OR REPLACE PROCEDURAL LANGUAGE plpgsql;
CREATE OR REPLACE FUNCTION #{name}() RETURNS trigger
LANGUAGE plpgsql
AS $_$
Expand Down

0 comments on commit 272816a

Please sign in to comment.