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 3,002 public repositories matching this topic...
When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed
-
Updated
Jul 17, 2020 - Haskell
Is your feature request related to a problem? Please describe.
Deployed Parse server using k8 and used /parse/health for the readinessProbe and livenessProbe probe. But when deploy new code and broke the database connection, /parse/health still returns 200 OK. So old container was killed and new broken one brought online
Describe the solution you'd like
Only return 200 ok after db is
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 17, 2020 - C
-
Updated
Jul 9, 2020 - Python
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 12, 2020
-
Updated
Mar 30, 2020 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
Jul 17, 2020 - C
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Mar 29, 2020 - Python
-
Updated
Jul 10, 2020 - C
-
Updated
Mar 3, 2019
-
Updated
Jul 17, 2020 - Go
-
Updated
Jul 16, 2020 - C#
-
Updated
Jun 25, 2020 - Ruby
See #2269
-
Updated
May 28, 2020 - Perl
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia
Steps to reproduce:
On a template variable with multi-select:
Actual Result:
The space bar input is appended or prepended to the search text.
Expected Result
The search text should remained unchanged, since focus is on a dropdown item.
**Releva