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

From: Amine Tengilimoglu <aminetengilimoglu(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: How to get column and identifier names in UPPERCASE in postgres?
Date: 2019-11-20 13:10:57
Message-ID: CADTdw-zmRLV5aCfpzDJtSMDw4GZ8PFs1R=uLaM9WyO7qQ5qvKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

thank you.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2019-11-20 13:12:21 Re: How to get column and identifier names in UPPERCASE in postgres?
Previous Message Dave Hughes 2019-11-20 13:09:26 Re: Help with configuring pgAudit