aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorYauheni Dakuka <yauheni.dakuka@gmail.com>2017-06-09 14:45:08 +0300
committerGitHub <noreply@github.com>2017-06-09 14:45:08 +0300
commit75869195725a816822f4403f1eb084162e3eb54b (patch)
tree1c095f287dc6b1dbf843efc70cc28e9ddf72465f /guides
parent73715f29ab4c56ebcd74403903ebd691677ef318 (diff)
downloadrails-75869195725a816822f4403f1eb084162e3eb54b.tar.gz
rails-75869195725a816822f4403f1eb084162e3eb54b.tar.bz2
rails-75869195725a816822f4403f1eb084162e3eb54b.zip
Fix link in active_record_postgresql.md
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_record_postgresql.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_postgresql.md b/guides/source/active_record_postgresql.md
index 6d07291b07..54f6be006e 100644
--- a/guides/source/active_record_postgresql.md
+++ b/guides/source/active_record_postgresql.md
@@ -84,7 +84,7 @@ Book.where("array_length(ratings, 1) >= 3")
### Hstore
* [type definition](http://www.postgresql.org/docs/current/static/hstore.html)
-* [functions and operators](http://www.postgresql.org/docs/current/static/hstore.html#AEN167712)
+* [functions and operators](http://www.postgresql.org/docs/current/static/hstore.html#AEN179902)
NOTE: You need to enable the `hstore` extension to use hstore.