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,129 public repositories matching this topic...
-
Updated
May 7, 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 6, 2021 - JavaScript
it's not clear from the Client Libary Guide that the default behavior of signUp when used with the hosted platform is to send an email confirmation,
we should:
- include this as a note here
- add an example showing the return value when this happens
- update any auth [examples](htt
-
Updated
May 7, 2021 - C
-
Updated
May 7, 2021 - TypeScript
-
Updated
May 7, 2021 - Python
-
Updated
May 3, 2021 - JavaScript
-
Updated
Mar 26, 2021
-
Updated
Apr 20, 2021 - Python
-
Updated
May 7, 2021 - Go
-
Updated
Apr 3, 2020 - Go
-
Updated
May 7, 2021 - C
Is your feature request related to a problem?
No.
Describe the solution you'd like
If a user has the avatar property set (and it's a valid URL), then show that as the image next to the user instead of the placeholder image.
Additional context
Segment defines avatar as a standard field.
 sqlx::Type. I have derived it for a wrapper around a String.
As far as I understand, this should implement Encode and Decode traits for the wrapper type and as a consequence I should be able to pass an instance of the wrapper type to query! macro, but I get an error stating that the drivers expects an &str instead of the wrapper type.
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
May 6, 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.