postgres

PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
Here are 5,859 public repositories matching this topic...
Bug report
Describe the bug
Expected behavior
Search button is contained by header
System information
- OS: Android
- Browser (if applies) Firefox
-
Updated
Jun 25, 2022 - Clojure
Bug description
On windows, I run prisma format
and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:

...
json.decoder.JSONDecodeError: Invalid control character at: line 1 column 2 (char 1)
Instead, we shou
-
Updated
Jun 23, 2022
-
Updated
Jun 19, 2022 - Go
-
Updated
Apr 12, 2022 - Python
-
Updated
Jun 25, 2022 - C
-
Updated
Apr 3, 2020 - Go
Hi, I'm sure this is probably some configuration error on my end, but am not sure what to do.
I have my project compiling perfectly on my local machine with the compile-time query checks, but when I deploy it to my server I start getting these errors:
error: error occurred while decoding column 0: mismatched types; Rust type `sqlx_core::types::json::Json<[sqlx_core::postgres::connection
-
Updated
Jun 16, 2022 - Elixir
We should provide .rpm
and .deb
packages. Let's build them with https://nfpm.goreleaser.com.
We should make a task
target release-build-packages
that would build packages into build/rpm
and build/deb
directories (that should be in .gitignore
). That target should be stable, so the external package maintainers can rely on it. That target should be mentioned in the documentation.
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Jun 12, 2022 - JavaScript
-
Updated
Jun 17, 2022 - PLpgSQL
These files when added magically but not part of git tracked files causes update failure.
reference: frappe/bench#1225
related: frappe/frappe#16616 (you'll find which function create this file in this PR)
The problem faced currently?
While adding an ingress route, or a target in ingress route.
If by mistake white space gets added to the route or host. We get the error specified route not found or unable to reach the specified target
How can we solve it?
Mission control should remove the white space if present before saving the config
If you want this feature to be implemented, gi
-
Updated
Jun 4, 2022 - TypeScript
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia
What happened:
The current preview endpoint (
/api/v1/rule/test/<grafana | datasourceUID>
) does not return a very structured response that enables us to visualize labels and values during the preview step in the alert creation.The JSON response below encode this information in a stringified format.
This would enable us to move forward with grafana/grafana#4