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 4,144 public repositories matching this topic...
-
Updated
May 11, 2021 - Clojure
Whenever a new version of Hasura is available, the cli logs a message about it. Here is an image from a CI log showing such a message.
Most CI providers automatically make the changelog hyperlink clickable. When the user clicks the link, it is directing them to
https://githu
-
Updated
May 10, 2021 - JavaScript
- it would be useful to extend one of our examples (slack clone?) or make a new one, to show an example of how you can have different user types.
For example, admin, mod, or regular-user. Where an admin and mod can delete messages/channels, but a user can only delete their own.
- We can also add this to t
-
Updated
May 11, 2021 - C
-
Updated
May 10, 2021 - TypeScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
May 8, 2021 - Python
-
Updated
Mar 26, 2021
-
Updated
Apr 20, 2021 - Python
-
Updated
May 11, 2021 - Go
-
Updated
Apr 3, 2020 - Go
-
Updated
May 11, 2021 - C
Is your feature request related to a problem?
Going to Insights -> Retention -> a box that isn't 0% shows this:
Describe the solution you'd like
- Column name of "user id" or something
- "Close" or "X" button o
Running a query on a Postgres DB table with a field of MONEY type gives the following error with the query_as! macro. This happens despite the fact that the related field in the Struct field is set as "PgMoney" documented in https://docs.rs/sqlx/0.5.2/sqlx/postgres/types/struct.PgMoney.html.
unsupported type MONEY of column #5 ("paymentamount")
Am I missing something here?
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
May 10, 2021 - Elixir
-
Updated
May 4, 2021 - Rust
-
Updated
Mar 18, 2021 - Python
-
Updated
Apr 9, 2021 - TypeScript
Describe the bug
When joining to tables on the same column name SQL error happens
To Reproduce
create table l as
( select x from long_sequence(100) )
create table r as
( select x + 50 from long_sequence(100) )
select x
from l join r on l.x = r.x
and got back
Invalid column: r.x
Expected behavior
Tables should be joined, no SQL syntax error
**Enviro
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
May 2, 2021 - Go
-
Updated
Mar 3, 2019
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia


Please include this information:
What datasource are you using?
graphite
If related to metric query / data viz:
on the metric query tab, it would be nice to have a monospaced font.

current:
nice to have:
![grafana-mono](https://user-images.githubusercontent.