Skip to content

Commit

Permalink
Add some text clarifying that plpgsql is installed by default in Post…
Browse files Browse the repository at this point in the history
…greSQL 9.0
  • Loading branch information
jeremyevans committed Sep 29, 2010
1 parent 5877eec commit 0ee3a93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/sequel_postgresql_triggers.rb
Expand Up @@ -2,8 +2,9 @@ module Sequel
module Postgres module Postgres
# Add the pgt_* methods so that any Sequel database connecting to PostgreSQL # Add the pgt_* methods so that any Sequel database connecting to PostgreSQL
# can use them. All of these methods require the plpgsql procedural language # can use them. All of these methods require the plpgsql procedural language
# added to the PostgreSQL database before they can be used. You can do so # be added to the PostgreSQL database before they can be used. On PostgreSQL
# with: # 9.0 and later versions, it is installed by default. For older versions,
# you can install it with:
# #
# DB.create_language(:plpgsql) # DB.create_language(:plpgsql)
# #
Expand Down

0 comments on commit 0ee3a93

Please sign in to comment.