AW: Re: [PATCHES] Fw: Isn't pg_statistic a security hol e - Solution Proposal - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: Re: [PATCHES] Fw: Isn't pg_statistic a security hol e - Solution Proposal
Date
Msg-id 11C1E6749A55D411A9670001FA687963368311@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> What if I rename the get_seq_name function and move it to
> backend/utils/adt/name.c (and of course change the references to it in
> sequence.c)? Actually, now I'm wondering why nameout doesn't 
> downcase and
> truncate.

Because identifiers can be double quoted if you feel like preserving case.

select * from "My fuNKy Table Name";

SQL is only case insensitive when identifiers are not quoted.

Andreas


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: Can the backend return more than one error message per PQexec?