diff --git a/content/docs/extensions/neon.md b/content/docs/extensions/neon.md index d5cbaefdd1..a8678cdc57 100644 --- a/content/docs/extensions/neon.md +++ b/content/docs/extensions/neon.md @@ -80,7 +80,7 @@ Remember that Postgres checks shared buffers first before it checks your compute ## View LFC metrics with EXPLAIN ANALYZE -You can also use `EXPLAIN ANALYZE` with the `FILECACHE` option to view LFC cache hit and miss data. Installing the `noen` extension is not required. For example: +You can also use `EXPLAIN ANALYZE` with the `FILECACHE` option to view LFC cache hit and miss data. Installing the `neon` extension is not required. For example: ```sql {6,12,16,22} EXPLAIN (ANALYZE,BUFFERS,PREFETCH,FILECACHE) SELECT COUNT(*) FROM pgbench_accounts;