~tristan957/vscode-postgres-config

Visual Studio Code extension for Postgres configuration file support
Clarify some docs in README
Add set -x line to pipeline
Initial commit

clone

read-only
https://git.sr.ht/~tristan957/vscode-postgres-config
read/write
git@git.sr.ht:~tristan957/vscode-postgres-config

You can also use your local clone with git send-email.

#Postgres Configuration

This is a Visual Studio Code extension for Postgres configuration file support. Postgres has its own configuration file formats, which are used by postgresql.conf, pg_hba.conf, extension control files, and any additional configuration files which might be included.

This extension provides two new languages:

  • Postgres Configuration
    • postgresql.conf
    • *.control
    • Any config files which are included by postgresql.conf
  • Postgres Host-Based Authentication
    • pg_hba.conf
    • Any config files which are included by pg_hba.conf

Discussion takes place on a mailing list at ~tristan957/vscode-postgres-discuss@lists.sr.ht. The archive can be viewed on SourceHut.


Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission.