diff options
author | Vipul A M <vipulnsward@gmail.com> | 2017-06-09 17:29:22 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 17:29:22 +0530 |
commit | 9d7714f8c4b21acfbf7c8701161de7048f78123e (patch) | |
tree | cb1cf8a448ad8eb0f0644fa4e5cb75f32ddbeb36 | |
parent | 72505d496920880cd7ecea56fa75275c15b66eb0 (diff) | |
parent | 75869195725a816822f4403f1eb084162e3eb54b (diff) | |
download | rails-9d7714f8c4b21acfbf7c8701161de7048f78123e.tar.gz rails-9d7714f8c4b21acfbf7c8701161de7048f78123e.tar.bz2 rails-9d7714f8c4b21acfbf7c8701161de7048f78123e.zip |
Merge pull request #29397 from ydakuka/patch-1
Fix link in active_record_postgresql.md [ci skip]
-rw-r--r-- | guides/source/active_record_postgresql.md | 2 |
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. |