aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorSergii Boiko <cris.kiev@gmail.com>2011-02-15 15:54:50 +0200
committerSantiago Pastorino <santiago@wyeworks.com>2011-02-15 12:01:15 -0200
commit471327169d3f3e138beeab6b6b0003bf89d92f91 (patch)
treed1c59f93ea316a5d42909a45e29ec32a80a56dc4 /activerecord/lib/active_record
parentc9f1ab5365319e087e1b010a3f90626a2b8f080b (diff)
downloadrails-471327169d3f3e138beeab6b6b0003bf89d92f91.tar.gz
rails-471327169d3f3e138beeab6b6b0003bf89d92f91.tar.bz2
rails-471327169d3f3e138beeab6b6b0003bf89d92f91.zip
fixed broken link to postgresql docs
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/locking/pessimistic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/locking/pessimistic.rb b/activerecord/lib/active_record/locking/pessimistic.rb
index d900831e13..557b277d6b 100644
--- a/activerecord/lib/active_record/locking/pessimistic.rb
+++ b/activerecord/lib/active_record/locking/pessimistic.rb
@@ -40,7 +40,7 @@ module ActiveRecord
#
# Database-specific information on row locking:
# MySQL: http://dev.mysql.com/doc/refman/5.1/en/innodb-locking-reads.html
- # PostgreSQL: http://www.postgresql.org/docs/8.1/interactive/sql-select.html#SQL-FOR-UPDATE-SHARE
+ # PostgreSQL: http://www.postgresql.org/docs/current/interactive/sql-select.html#SQL-FOR-UPDATE-SHARE
module Pessimistic
# Obtain a row lock on this record. Reloads the record to obtain the requested
# lock. Pass an SQL locking clause to append the end of the SELECT statement