Re: Viswanatham kirankumar 2014-07-23 <ec867def52699d4189b584a14baa7c2165442...@blreml504-mbx.china.huawei.com> > 3) Host name is not a SQL object so it will be treated as case-sensitive > except for all, samehost, samenet are considered as keywords. > For these user need to use quotes to differentiate between hostname and > keywords.
DNS is case-insensitive, though most of the time case-preserving (nothing guarantees that it won't down-up-whatever-case the answer you get). (FTR, I'll retract my original complaint, the idea of using SQL-like case folding is nice.) Christoph -- [email protected] | http://www.df7cb.de/ -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
