Re: How to get column and identifier names in UPPERCASE in postgres?

From: Olivier Gautherot <ogautherot(at)gautherot(dot)net>
To: Amine Tengilimoglu <aminetengilimoglu(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to get column and identifier names in UPPERCASE in postgres?
Date: 2019-11-29 20:37:06
Message-ID: CAJ7S9TVutk+7BiBFhrOcas9nLSoNiqgEvKTPW7xe8PPGE2Quyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Amine,

El mié., 20 de noviembre de 2019 10:11, Amine Tengilimoglu <
aminetengilimoglu(at)gmail(dot)com> escribió:

> Hi all;
>
> I want to get the column and other identifier names in UPPERCASE
> form rather than a lowercase one without changing application code like
> qouting the identifiers. Do you know any settings function or extention
> for this purpose?
>

Use double quotes (") - for instance "UPPERCASE"

> thank you.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2019-11-29 20:51:49 Re: Counting booleans in GROUP BY sections
Previous Message Christopher Pereira 2019-11-29 19:57:11 pg_basebackup + incremental base backups