diff --git a/docs/examples.md b/docs/examples.md index f4930dd5..7a72f192 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.