BUG #16381: create table in pgAdmin4 but unable to use it in SQL

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: wangzehao1007(at)qq(dot)com
Subject: BUG #16381: create table in pgAdmin4 but unable to use it in SQL
Date: 2020-04-20 00:55:39
Message-ID: 16381-e5413ac9be2b95f2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16381
Logged by: Wang Zehao
Email address: wangzehao1007(at)qq(dot)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?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2020-04-20 05:32:24 Re: BUG #16381: create table in pgAdmin4 but unable to use it in SQL
Previous Message PG Bug reporting form 2020-04-19 18:29:31 BUG #16380: documentation: host[no]gssenc vs. address/IP-address/IP-mask fields