BUG #19394: error in ecpg - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #19394: error in ecpg
Date
Msg-id 19394-0997a5bdb836c074@postgresql.org
Whole thread Raw
Responses Re: BUG #19394: error in ecpg
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      19394
Logged by:          Alexey G
Email address:      alex@ilona.su
PostgreSQL version: Unsupported/Unknown
Operating system:   linux
Description:

I have database 4duksh on 182.168.123.4. Postgresq 13.

If i set
EXEC SQL CONNECT TO 4duksh@192.168.123.4 AS con1 USER postgres;
i get error near "4"

If i set
EXEC SQL CONNECT TO db4duksh@192.168.123.4 AS con1 USER postgres;
as well





pgsql-bugs by date:

Previous
From: Nitin Motiani
Date:
Subject: Re: BUG #19379: Role pg_read_all_data don't allowed read large objects
Next
From: Laurenz Albe
Date:
Subject: Re: BUG #19393: pg_upgrade fails with duplicate key violation when CHECK constraint named *_not_null exists