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,589 public repositories matching this topic...
Improve documentation
https://supabase.com/docs/guides/api#realtime-api-1
Describe the problem
Although it is complicated, realtime does work on tables in other schemas.

is allowed to return non--1
value in the ORDER BY designated_ts DESC case (also see RecordCursorFactory#hasDescendingOrder()
). This can be easily seen on filtered scan queries, but not only. Previously, the contract was different: a non--1
value was returned only for empty ORDER BY and ORDER BY designated_ts ASC cases.
This change b
-
Updated
Apr 13, 2022
-
Updated
Apr 28, 2022 - Go
-
Updated
Apr 12, 2022 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
May 4, 2022 - C
The macros can emit code directly referencing serde_json::Value
which may trigger compilation errors if the user doesn't have it in their own dependencies: https://discord.com/channels/665528275556106240/665528275556106243/969377568685981716
I'm surprised we haven't encountered this before now, probably because if someone wants to use serde_json::Value
in their code deliberately then they p
-
Updated
May 2, 2022 - Elixir
-
Updated
Apr 30, 2022 - JavaScript
find
and findAndModify
commands support maxTimeMS
argument that specifies the command's time limit in milliseconds. We should support it.
The implementation should be relatively easy: get that optional parameter, and (if it is not zero) derive the Go context with a timeout and use it. In common handler code, check if the error is (possibly wrapped) context timeout, and return the right er
-
Updated
May 3, 2022 - PLpgSQL
-
Updated
May 3, 2022 - JavaScript
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)
-
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