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,147 public repositories matching this topic...
-
Updated
May 13, 2021 - Clojure
Steps to reproduce:
- Visit the Actions tab.
- Create an action with some comment
- Try modifying the action comment
-
Updated
May 13, 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 13, 2021 - C
-
Updated
May 13, 2021 - TypeScript
-
Updated
May 11, 2021 - JavaScript
-
Updated
May 12, 2021 - Python
-
Updated
Mar 26, 2021
-
Updated
Apr 20, 2021 - Python
-
Updated
May 11, 2021 - Go
-
Updated
Apr 3, 2020 - Go
-
Updated
May 12, 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
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
-
Updated
Mar 18, 2021 - Python
-
Updated
Apr 9, 2021 - 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
-
Updated
May 12, 2021 - Go
-
Updated
Mar 3, 2019
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia
What would you like to be added:
Total bytes processed was removed in grafana/grafana@1c838f5 as this was considered temporary solution before we implement Inspector. However, based on feedback, this is valuable information for every query and therefore we should bring it back.