Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltprice committed Jan 24, 2025
1 parent 0ad4a7a commit a0edefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/extensions/pg-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Do you need an extension we don’t support yet? [Let us know](#request-extensio
| [btree_gist](https://www.postgresql.org/docs/16/btree-gist.html) | 1.6 | 1.7 | 1.7 | 1.7 | |
| [citext](/docs/extensions/citext) | 1.6 | 1.6 | 1.6 | 1.6 | |
| [cube](https://www.postgresql.org/docs/16/cube.html) | 1.5 | 1.5 | 1.5 | 1.5 | |
| [dblink](https://www.postgresql.org/docs/current/dblink.html) | 1.2 | 1.2 | 1.2 | 1.2 | |
| [dblink](/docs/extensions/dblink) | 1.2 | 1.2 | 1.2 | 1.2 | |
| [dict_int](https://www.postgresql.org/docs/16/dict-int.html) | 1.0 | 1.0 | 1.0 | 1.0 | |
| [earthdistance](https://www.postgresql.org/docs/16/earthdistance.html) | 1.1 | 1.1 | 1.1 | 1.1 | |
| [fuzzystrmatch](https://www.postgresql.org/docs/16/fuzzystrmatch.html) | 1.1 | 1.1 | 1.1 | 1.2 | |
Expand All @@ -48,7 +48,7 @@ Do you need an extension we don’t support yet? [Let us know](#request-extensio
| [pg_hint_plan](https://github.com/ossc-db/pg_hint_plan) | 1.4.1 | 1.5.0 | 1.6.0 | 1.7.0 | |
| [pg_ivm](https://github.com/sraoss/pg_ivm) | 1.9 | 1.9 | 1.9 | 1.9 | |
| [pg_jsonschema](https://github.com/supabase/pg_jsonschema) | 0.3.3 | 0.3.3 | 0.3.3 | 0.3.3 | |
| [pg_mooncake](https://github.com/Mooncake-Labs/pg_mooncake) | - | 0.0.1 | 0.0.1 | 0.0.1 | This extension is **experimental**. Using a separate, dedicated Neon project is recommended. Run `SET neon.allow_unstable_extensions='true';` before installing. See the [YouTube demo](https://youtu.be/QDNsxw_3ris?feature=shared&t=2048) and the [pg_mooncake documentation](https://pgmooncake.com/docs). |
| [pg_mooncake](/docs/extensions/pg_mooncake) | - | 0.0.1 | 0.0.1 | 0.0.1 | This extension is **experimental**. Using a separate, dedicated Neon project is recommended. Run `SET neon.allow_unstable_extensions='true';` before installing. See the [YouTube demo](https://youtu.be/QDNsxw_3ris?feature=shared&t=2048) and the [pg_mooncake documentation](https://pgmooncake.com/docs). |
| [pg_partman](https://github.com/pgpartman/pg_partman) | 5.1.0 | 5.1.0 | 5.1.0 | 5.1.0 | |
| [pg_prewarm](/docs/extensions/pg_prewarm) | 1.2 | 1.2 | 1.2 | 1.2 | |
| [pg_repack](https://github.com/reorg/pg_repack) | 1.5.2 | 1.5.2 | 1.5.2 | 1.5.2 | Available only on paid Neon plans. To install `pg_repack`, it must first be enabled by Neon Support. [Open a support ticket](https://console.neon.tech/app/projects?modal=support) with your endpoint ID and database name to request it. After it's enabled, you'll need to restart your compute before running `CREATE EXTENSION pg_repack;` To use `pg_repack`, you will need to [install the pg_repack CLI](https://reorg.github.io/pg_repack/#download). |
Expand Down

0 comments on commit a0edefb

Please sign in to comment.