Re: Making field non case sensitive

From: Pawel Socha <pawel(dot)socha(at)gmail(dot)com>
To: Félix Sánchez Rodríguez <fesanch(at)ciego(dot)cult(dot)cu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Making field non case sensitive
Date: 2009-04-05 15:29:28
Message-ID: cc4f12900904050829w2f999d1by5f492848d2c202ae@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

2009/4/5 Félix Sánchez Rodríguez <fesanch(at)ciego(dot)cult(dot)cu>:
> Greetings:
>
> I need to be able to establish which fields of my tables are and which are
> not case sensitive. Is it possible?? How??
>
>

Use "your_field_name" for case-sensitive fields name.

,-[17:25:07]merlin(at)[local]:5432=
`-merlin>create table t10("Name" int);
CREATE TABLE
Time: 201.221 ms

--
Pawel Socha

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2009-04-05 15:53:46 Re: Making field non case sensitive
Previous Message Félix Sánchez Rodríguez 2009-04-05 08:30:01 Making field non case sensitive