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 6,106 public repositories matching this topic...
Improve documentation
Link
https://supabase.com/docs/guides/auth/auth-twitter
Describe the problem
Following the current documentation on "Login with Twitter" results in a nonfunctional Supabase app with users receiving a "Error getting user email from external provider" error. This is because the Twitter project requires "
-
Updated
Aug 9, 2022 - Clojure
When browsing wide data tables in the dashboard (which I do a lot) it is very inconvenient because the browser's horizontal scrollbar is hidden unless you scroll to the very bottom of the page.
If I am at a page like /console/data/schema/public/tables/[tablename]/browse
I won't be able to scroll the table right (to see other columns) unless I first scroll vertically to the bottom of the page
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:
 approach. However, using the latest docker images, this will return the string 'D' as a result. See https://questdb.io/docs/reference/function/date-time/#date-and-timestamp-format
I assume this may be tracked down somewhere around here, where the capital D is never being regist
-
Updated
Jul 30, 2022
-
Updated
Aug 9, 2022 - Go
-
Updated
Aug 9, 2022 - C
-
Updated
Apr 12, 2022 - Python
Hi, I'm sure this is probably some configuration error on my end, but am not sure what to do.
I have my project compiling perfectly on my local machine with the compile-time query checks, but when I deploy it to my server I start getting these errors:
error: error occurred while decoding column 0: mismatched types; Rust type `sqlx_core::types::json::Json<[sqlx_core::postgres::connection
-
Updated
Apr 3, 2020 - Go
-
Updated
Aug 9, 2022 - Elixir
Currently, as part of TestCommandsAdministrationServerStatus
we have the following check:
assert.InDelta(t, float64(1), must.NotFail(catalogStats.Get("collections")), 1)
As tests are run in parallel, this check might fail. In some other tests, we create up to 10 collections (for a new data type each). If they are called first, in this case we have more than one collection.
To
-
Updated
Aug 7, 2022 - JavaScript
-
Updated
Aug 9, 2022 - JavaScript
-
Updated
Jul 27, 2022 - PLpgSQL
-
Updated
Aug 9, 2022 - Rust
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)
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
Currently, in provisioning, we always update structs if they already exist. This introduces some load to the database. In the future, we would like to have a function that compares the internal state with the external state.