The Wayback Machine - https://web.archive.org/web/20201011225619/https://github.com/topics/postgres
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 3,310 public repositories matching this topic...

graphql-engine
marionschleifer
marionschleifer commented Sep 28, 2020

We want to embrace a multi-cultural community, and we'd love to have some of our content available in several languages. If you're a native speaker of a language other than English, we'd love to see your contribution 🙂

We welcome translations for the following files:

zmras
zmras commented May 15, 2020

Hi! Let's assume I have the following data:

obj = {
  _id: 'someId',
  items: [
    { value: 'a', count: 5 },
    { value: 'b', count: 1 },
  ]
}

Please, I want to know how can I use obj.increment() to increment the count field of the first element in items?

I have tried obj.increment('items.0.count') but it doesn't work. I got the following error: Cannot read property '0'

paolodamico
paolodamico commented Oct 4, 2020

Currently our preflight/ endpoint is accessible at any time, even after the instance has already been correctly deployed. We should remove these routes after the app has been deployed (i.e. at least one user has been created in the instance), to avoid potentially leaking some information about the instance's setup (as we add more functionality to this page). To accomplish this,

  • The `_prefligh

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.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.