From 353d8a722fdda0e610fe2bbbe8842964ff9f30df Mon Sep 17 00:00:00 2001 From: Vijay Soni Date: Sat, 28 Dec 2024 00:15:15 +0530 Subject: [PATCH] Fix broken example link in examples.md --- docs/examples.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index f4930dd55..7a72f192a 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -29,7 +29,7 @@ We have a number of examples showing how to use PGlite along with its capabiliti - OPFS VFS
An example demonstrating the [OPFS Access Handle Pool VFS](./docs/filesystems.md#opfs-ahp-fs). -- PL/PGSQL
+- PL/PGSQL
Demonstration of PGlite's support for Postgres's built-in SQL procedural language extension "PL/PGSQL". - Extension: `pgvector`
@@ -37,3 +37,9 @@ We have a number of examples showing how to use PGlite along with its capabiliti - Multi Tab Worker
Demonstration of the multi tab worker, enabling multiple browser tabs to share a PGlite database. + +- FTS
+ An example showing how to use Full Text Search (FTS) with PGlite. + +- pg_dump
+ An example showing how to use the `pg_dump` tool with PGlite.