Re: Mixing quoted mixed case column names and non quoted constraints definitions in CREATE TABLE causes an error - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re: Mixing quoted mixed case column names and non quoted constraints definitions in CREATE TABLE causes an error
Date
Msg-id 23472721549224132@iva8-cf3e488a465f.qloud-c.yandex.net
Whole thread Raw
In response to Mixing quoted mixed case column names and non quoted constraintsdefinitions in CREATE TABLE causes an error  (Rusty Conover <rusty@conover.me>)
List pgsql-bugs
Hello

This is expected and documented behavior:
https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS

> Quoting an identifier also makes it case-sensitive, whereas unquoted names are always folded to lower case. For
example,the identifiers FOO, foo, and "foo" are considered the same by PostgreSQL, but "Foo" and "FOO" are different
fromthese three and each other.
 

regards, Sergei


pgsql-bugs by date:

Previous
From: Rusty Conover
Date:
Subject: Mixing quoted mixed case column names and non quoted constraintsdefinitions in CREATE TABLE causes an error
Next
From: "Saul, Jean Paolo"
Date:
Subject: Re: BUG #15609: synchronous_commit=off insert performance regressionwith secondary indexes