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 5,443 public repositories matching this topic...

grafana
zuchka
zuchka commented Mar 12, 2022

Steps to reproduce:

try to save a single annotation

Actual Result:

This is a UI issue : there is no button to save the link we have to navigate out of the link tab and then back in to see our changes

Expected Result

workflow accessible for keyboard-only users

Relevant WCAG Criteria:

[2.1.1 Keyboard - Level A](https://www.w3.org/WAI/WCAG21/quickref/?versions=2.

supabase
mfulton26
mfulton26 commented Mar 31, 2022

Improve documentation

Link

https://supabase.com/blog/2022/03/31/supabase-edge-functions

Describe the problem

Links to https://deno.land/manual/tools/testing which results in a 404.

Describe the improvement

I think it should link to https://deno.land/manual/testing instead.

Additional context

Super exciting to see a partnership between Supabase and Demo Deploy

documentation help wanted good first issue
graphql-engine
sassela
sassela commented Jun 28, 2021

Issue split from hasura/graphql-engine#6951

our pytest output has a pretty low signal:noise ratio, and it's often difficult to understand the cause of a test failure, if there is one. [Example: a 8600-line log for what turned out to be a flaky test that passed on a second run](https://app.circleci.com/pipelines/github/hasura/graphql-engine-mono/10008/workflows/5e17c7

good first issue c/server gardening
prisma
binary64
binary64 commented Aug 2, 2021

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

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

bug/1-unconfirmed kind/bug topic: windows tech/typescript
questdb
amunra
amunra commented Mar 22, 2022

Describe the bug

Currently keys written to server.conf go undetected.

This means that not only typos go undetected, but lack of validation is a risk during version migration as settings that used to apply in a previous version have no effect in a newer one without warning -- even if new settings are supposed to be used.

To reproduce

  • Create a key with a typo.
  • Watch the QuestDB
Good first issue
arch-mage
arch-mage commented Mar 20, 2022

currently I'm unable to implement decode for My Type:

impl Decode<'_, Postgres> for MyType {
    fn decode(value: PgValueRef<'_>) -> Result<Self, BoxDynError> {
        // because this is private
        match value.format() {
            PgValueFormat::Binary => todo!(),
            PgValueFormat::Text => todo!(),
        }
    }
}
good first issue db:postgres E-easy
sharadregoti
sharadregoti commented Dec 18, 2020

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

good first issue area/mission-control

Created by Michael Stonebraker

Released July 8, 1996

Repository
postgres/postgres
Website
www.postgresql.org
Wikipedia
Wikipedia