Re: database "cdf_100_1313" does not exist - Mailing list pgsql-general

From nikhil raj
Subject Re: database "cdf_100_1313" does not exist
Date
Msg-id CAG1ps1x=MQDNQkB7xh6jkO7bgbeUf1JeYTKLJvkKhdEqbh4Ytw@mail.gmail.com
Whole thread Raw
In response to Re: database "cdf_100_1313" does not exist  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Responses Re: database "cdf_100_1313" does not exist
List pgsql-general
Hi Karsten,

yup you are right can you help in i tried by removing quotion and also adding extra having same issue.

On Mon, Sep 9, 2019 at 5:25 PM Karsten Hilbert <Karsten.Hilbert@gmx.net> wrote:
On Mon, Sep 09, 2019 at 05:16:20PM +0530, nikhil raj wrote:

>
> The DB is already there and getting the error of the DB does not exist
> where I execute it via shell.
> DBLIST=/usr/lib/postgresql/11/bin/psql -p 5432 -U postgres -d postgres -q
> -t -c "SELECT datname from pg_database where datname in
> ('CDF_100_1313')"/usr/lib/postgresql/11/bin/psql
> -p 5432 -U postgres -d $DBLIST -c "GRANT CONNECT ON DATABASE "$DBLIST" TO
> cpupdate"
>
> ERROR: database "cdf_100_1313" does not exist

Likely a quoting issue.

Karsten Hilbert
--
GPG  40BE 5B0E C98E 1713 AFA6  5BC0 3BEA AC80 7D4F C89B


pgsql-general by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: database "cdf_100_1313" does not exist
Next
From: Jim Finnerty
Date:
Subject: Re: Whan is it safe to mark a function PARALLEL SAFE?