What's Changed
Features
- pg_dump formatting style — Added support for the
pg_dumpstyle, which mimics theruleutils.cdeparser output emitted bypg_get_viewdef/pg_get_functiondef/pg_dump. Use--format-style pg_dump(#6). - Updated
libpgfmtto 1.2, which ships the newPgDumpstyle.
Documentation
- Added a Homebrew installation section to the README (
brew tap gmr/postgres && brew install postgres-lsp). - Documented the Signature Help, Code Actions, and Formatting features in the README.
- Fixed the Usage section to reference the correct
postgres-lspcrate name.
Full Changelog: v1.0.2...v1.1.0