diff options
author | Richard Schneeman <richard.schneeman+no-recruiters@gmail.com> | 2017-06-09 08:07:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 08:07:26 -0500 |
commit | f993a34f630b2c7382bd8e1d89c9d1b233930b08 (patch) | |
tree | aa2058c64c6a1c365d1e74d933018b0deed42630 /guides | |
parent | 9d7714f8c4b21acfbf7c8701161de7048f78123e (diff) | |
parent | da783d95711655e4bd29c887b7202a12a0c1d65e (diff) | |
download | rails-f993a34f630b2c7382bd8e1d89c9d1b233930b08.tar.gz rails-f993a34f630b2c7382bd8e1d89c9d1b233930b08.tar.bz2 rails-f993a34f630b2c7382bd8e1d89c9d1b233930b08.zip |
Merge pull request #29398 from ydakuka/patch-1
[ci skip] Fix another link in active_record_postgresql.md
Diffstat (limited to 'guides')
-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 54f6be006e..041fdacbab 100644 --- a/guides/source/active_record_postgresql.md +++ b/guides/source/active_record_postgresql.md @@ -285,7 +285,7 @@ SELECT n.nspname AS enum_schema, ### UUID * [type definition](http://www.postgresql.org/docs/current/static/datatype-uuid.html) -* [pgcrypto generator function](http://www.postgresql.org/docs/current/static/pgcrypto.html#AEN159361) +* [pgcrypto generator function](http://www.postgresql.org/docs/current/static/pgcrypto.html#AEN182570) * [uuid-ossp generator functions](http://www.postgresql.org/docs/current/static/uuid-ossp.html) NOTE: You need to enable the `pgcrypto` (only PostgreSQL >= 9.4) or `uuid-ossp` |