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,511 public repositories matching this topic...
Feature request
Is your feature request related to a problem? Please describe.
I'm using the SMS OTP feature for a progressive web application to be used on mobiles and would like to use the WebOTP API to automatically handle the SMS. The new templating feature gets me almost there – but only almost since it does not allow newlines (\n).
Describe
-
Updated
Apr 17, 2022 - Clojure
Issue split from hasura/graphql-engine#6951
our pytest output has a pretty low signal:noise ratio, and it's often difficult to understand the cause of a test failure, if there is one. [Example: a 8600-line log for what turned out to be a flaky test that passed on a second run](https://app.circleci.com/pipelines/github/hasura/graphql-engine-mono/10008/workflows/5e17c7
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:
 -> Result<Self, BoxDynError> {
// because this is private
match value.format() {
PgValueFormat::Binary => todo!(),
PgValueFormat::Text => todo!(),
}
}
}
-
Updated
Apr 17, 2022 - Elixir
-
Updated
Apr 13, 2022 - JavaScript
Currently, FerretDB behaves as if getParameter
command was invoked as {"getParameter": "*"}
. We should also support the other form {"getParameter": <something>, "<parameter>": <something>}
that returns the value of the named parameter.
We should also test the edge cases where something is something weird like NaN, Infinity, etc.
-
Updated
Mar 31, 2022 - PLpgSQL
For 2 reasons:
- It doesn't exist on postgres
- since innodb is the default this key shouldn't appear in doctype schema files
😄
Probable change in this function:
-
Updated
Mar 11, 2022 - TypeScript
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
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia
If you look at the panels below, some are set to 0% while others are 0.000%. The decimal field is set to 3 so I expect all 0 value panels to show as 0.000 %. Could this be done? This is a stat panel with a repeat variable. I've highlighted it in the 2nd image.
