File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,17 @@ npm install pgsql-deparser
8080While we highly recommend using PG17, for PostgreSQL versions 13-16, use the version-specific packages:
8181
8282``` sh
83- npm install pgsql-deparser@v13 # PostgreSQL 13
84- npm install pgsql-deparser@v14 # PostgreSQL 14
85- npm install pgsql-deparser@v15 # PostgreSQL 15
86- npm install pgsql-deparser@v16 # PostgreSQL 16
83+ npm install pgsql-deparser@pg13 # PostgreSQL 13
84+ npm install pgsql-deparser@pg14 # PostgreSQL 14
85+ npm install pgsql-deparser@pg15 # PostgreSQL 15
86+ npm install pgsql-deparser@pg16 # PostgreSQL 16
8787```
8888
89+ ** Version Status:**
90+ - ** PG17** : 🚀 Recommended (stable + modern AST)
91+ - ** PG14-16** : ⚠️ Experimental (modern AST, hardening in progress)
92+ - ** PG13** : Stable (legacy AST format)
93+
8994## Options
9095
9196The deparser accepts optional configuration for formatting and output control:
You can’t perform that action at this time.
0 commit comments