From b23d0ea061d3d49d7b3922350077802a5602f1a8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 11 Dec 2024 15:43:59 -0400 Subject: [PATCH] docs: typo --- content/docs/extensions/neon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;