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

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'Joe Conway'" <joe(at)conway-family(dot)com>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: AW: Re: [PATCHES] Fw: Isn't pg_statistic a security hol e - Solution Proposal
Date: 2001-06-07 08:17:08
Message-ID: 11C1E6749A55D411A9670001FA687963368311@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2001-06-07 09:40:22 AW: Can the backend return more than one error message per PQexec?
Previous Message Zeugswetter Andreas SB 2001-06-07 08:08:55 AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards