BUG #16381: create table in pgAdmin4 but unable to use it in SQL - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16381: create table in pgAdmin4 but unable to use it in SQL
Date
Msg-id 16381-e5413ac9be2b95f2@postgresql.org
Whole thread Raw
Responses Re: BUG #16381: create table in pgAdmin4 but unable to use it in SQL
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16381
Logged by:          Wang Zehao
Email address:      wangzehao1007@qq.com
PostgreSQL version: 12.0
Operating system:   win10
Description:

When I was using pdAdmin4(Web UI) to create a table named 'Example' (with
capital E), it executed successfully and I can saw the table on the sidebar.
But when I opened the query tool on this table and tried to run ```insert
into Example with value(a, b, c)```,it raises an error telling 'the table
can't be found'. Then I changed the name of that table to 'example'(with
lowercase e) (I changed it by right-clicking this table on sidebar and
rename) and ran the exactly same SQL sentence, it executed perfectly.   
Maybe there should be a warning or a prevention when anyone try to create a
table using GUI with capital letters in the name of it. Or maybe it's just a
wrong operation by myself?


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16380: documentation: host[no]gssenc vs. address/IP-address/IP-mask fields
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #16381: create table in pgAdmin4 but unable to use it in SQL