Skip to content
#

postgres

postgresql logo

PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.

Here are 2,784 public repositories matching this topic...

sunshineo
sunshineo commented Apr 9, 2020

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

graphql-engine
willvousden
willvousden commented Oct 13, 2018

Is the README the only documentation available for this project? I find myself having to read the source to understand the interface and features that are available (e.g., context managers, bulk_query, etc.).

In the case of bulk_query, the arguments are simply passed through to the underlying SQLAlchemy engine, with no explanation. I tracked it down in [SQLAlchemy's documentation](https:/

futuretime15
futuretime15 commented Aug 21, 2019

App v2.2.5. And a great project! Some Day 1 feedback after my move from Homebrew...

Feature Requests: (1) Status via a grey (as per Bluetooth/Wi-Fi) menu bar icon if servers are or have been stopped, as a solid black icon seems jarring (2) Server Settings > An icon to copy the data_directory to the clipboard.

Bugs: (1) Shortly after installing, the dropdown UI from the menu bar can stay semi

martinko2009
martinko2009 commented Jul 17, 2018

1、我最近在使用Enterprisedb 10.4,然后参照下面的文章:https://www.enterprisedb.com/docs/en/10.0/Ora_Reference_Guide_v10/Database_Compatibility_for_Oracle_Developers_Reference_Guide.1.035.html

在pg admin里面输入了下面这些代码
CREATE DATABASE LINK chicago
CONNECT TO sue IDENTIFIED BY 'mypassword'
USING oci '//127.0.0.1/acctg';

但是却报了下面这个错,很疑惑,语法都是按照文档上来的,为什么会有这个问题呢
ERROR: syntax error at or near "TO"
SQL state: 4

dhui
dhui commented Apr 11, 2020

Is your feature request related to a problem? Please describe.
Provide help in CLI for sub-commands

Describe the solution you'd like
Sub-commands help should describe the sub-command's functionality and options available for the sub-command

Describe alternatives you've considered
N/A

Additional context
See: golang-migrate/migrate#370

bovquier
bovquier commented Aug 8, 2019

requeryVersion = '1.6.0'
requeryVersion = '1.6.1'

E/BaseViewModel: java.sql.SQLNonTransientConnectionException
    io.requery.PersistenceException: java.sql.SQLNonTransientConnectionException
        at io.requery.sql.EntityDataStore.checkConnectionMetadata(EntityDataStore.java:588)
        at io.requery.sql.EntityDataStore$DataContext.getTransactionMode(EntityDataStore.java:747)
esatterwhite
esatterwhite commented Mar 6, 2020

ZomboDB version: 4.0
Postgres version: 11.6
Elasticsearch version: 6.5.2

Problem Description:
I'd like to get results back from arbitrary_agg, but it only returns the document count. Or I'm doing something wrong?

SELECT *
FROM zdb.arbitrary_agg(
  'spotlite_zdx',
  dsl.match_all(),
  '{
    "messages" : {
      "filters" : {
        "filters" : [
          { "term" : { "
baybal
baybal commented Dec 20, 2018

Description

Attempting to filter of select a field with a white space results in invalid identifier error

`{
"error": "could not pe

timgl
timgl commented May 5, 2020

Is your feature request related to a problem? Please describe.

I want to export a list of events as CSV.

Describe the solution you'd like
Whenever there's an EventTable, I'd like a button to export the currently filtered list by CSV.

Additional context
This should be pretty easy, see #441. It is worth putting in a sensible limit (10k?) to avoid exporting the entire database.

Created by Michael Stonebraker

Released July 8, 1996

Repository
postgres/postgres
Website
www.postgresql.org
Wikipedia
Wikipedia
You can’t perform that action at this time.