Skip to content

v1.1.0

Latest

Choose a tag to compare

@gmr gmr released this 16 Jun 15:24
b1c6561

What's Changed

Features

  • pg_dump formatting style — Added support for the pg_dump style, which mimics the ruleutils.c deparser output emitted by pg_get_viewdef/pg_get_functiondef/pg_dump. Use --format-style pg_dump (#6).
  • Updated libpgfmt to 1.2, which ships the new PgDump style.

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-lsp crate name.

Full Changelog: v1.0.2...v1.1.0