question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Maybe renaming the project to prettier-postgresql?

See original GitHub issue

or prettier-postgre-sql?

(to much the rest of the languages)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
benjiecommented, Jan 17, 2018

Renamed to prettier-plugin-pg after the pg module.

0reactions
benjiecommented, Jan 17, 2018

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 include PL/v8 and PL/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 it prettier-plugin-pg-sql. I think prettier-plugin-pg is clear enough though, and shorter means less likelihood of typos 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found