Skip to content

Commit 21fe53e

Browse files
author
tudor
committed
changeset; typo
1 parent c0c765e commit 21fe53e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/moody-knives-allow.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@electric-sql/pglite-tools': patch
3+
---
4+
5+
Run a DEALLOCATE ALL after each pg_dump to cleanup the prepared statements.

packages/pglite-tools/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm install @electric-sql/pglite-tools
1212

1313
pg_dump is a tool for dumping a PGlite database to a SQL file, this is a WASM build of pg_dump that can be used in a browser or other JavaScript environments. You can read more about pg_dump [in the Postgres docs](https://www.postgresql.org/docs/current/app-pgdump.html).
1414

15-
Note: pg_dump will execute `DEALLOCATE ALL;` afer each dump. Since this is running on the same (single) connection, any prepared statements that you have made before running pg_dump will be affected.
15+
Note: pg_dump will execute `DEALLOCATE ALL;` after each dump. Since this is running on the same (single) connection, any prepared statements that you have made before running pg_dump will be affected.
1616

1717
### Options
1818

0 commit comments

Comments
 (0)