Maybe renaming the project to prettier-postgresql?
See original GitHub issueor prettier-postgre-sql
?
(to much the rest of the languages)
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
PostgreSQL constraints are still not renamed properly on table ...
Fix the way we auto-generate constraint names on table renaming and when changing fields into serial columns. The most important change is that ......
Read more >12.9 - PostgreSQL: Release Notes
It is recommended to reindex any such indexes to make sure they are correct. Since PostgreSQL's floating-point types deem all NaNs to be...
Read more >Docker compose command is failing with conflict
You have to remove (or rename) that container to be able to reuse that name.' ERROR: for postgres Cannot create container for service...
Read more >Interview with: David E. Wheeler
The interview series “PostgreSQL Person of the Week” presents the people who make the project what it is today. Read all interviews here....
Read more >Provide the ability to rename groups after creation
On a site already running JIRA and having lots of groups/projects it is ... Maybe its not that critical with groups as it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Renamed to
prettier-plugin-pg
after thepg
module.Short answer: no, it’s simply “SQL”.
Long answer:
PL/pgSQL
is one of the procedural languages that can be used within PostgreSQL database functions (others includePL/v8
andPL/python
), but the primary language (outside of functions) is just SQL. However, most databases implement SQL slightly differently, and support different features, so it’s PostgreSQL-flavoured SQL - that’s why I originally called itprettier-plugin-pg-sql
. I thinkprettier-plugin-pg
is clear enough though, and shorter means less likelihood of typos 😉