emacs-sql-indent
emacs-sql-indent copied to clipboard
Syntax based indentation for SQL files inside GNU Emacs
Results
2
emacs-sql-indent issues
Sort by
recently updated
recently updated
newest added
The `DECLARE` statement in PL/pgSQL is similar to the one in PL/SQL and is used to declare variables: https://www.postgresql.org/docs/current/plpgsql-declarations.html Test case in PostgreSQL: ``` sql -- Current behaviour CREATE FUNCTION...
defect
I work on a system with an extended version of the SQL language, and I'd like to be able to teach sql-indent to understand this system. There's no way to...
enhancement
help wanted