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

Started by Amine Tengilimogluover 6 years ago4 messagesgeneral
Jump to latest
#1Amine Tengilimoglu
aminetengilimoglu@gmail.com

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.

#2Pavel Stehule
pavel.stehule@gmail.com
In reply to: Amine Tengilimoglu (#1)
Re: How to get column and identifier names in UPPERCASE in postgres?

Hi

st 20. 11. 2019 v 14:11 odesílatel Amine Tengilimoglu <
aminetengilimoglu@gmail.com> napsal:

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?

there is not any possibility

Regards

Pavel

Show quoted text

thank you.

#3Amine Tengilimoglu
aminetengilimoglu@gmail.com
In reply to: Pavel Stehule (#2)
Re: How to get column and identifier names in UPPERCASE in postgres?

:Thank you.

Pavel Stehule <pavel.stehule@gmail.com>, 20 Kas 2019 Çar, 16:12 tarihinde
şunu yazdı:

Show quoted text

Hi

st 20. 11. 2019 v 14:11 odesílatel Amine Tengilimoglu <
aminetengilimoglu@gmail.com> napsal:

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?

there is not any possibility

Regards

Pavel

thank you.

#4Olivier Gautherot
ogautherot@gautherot.net
In reply to: Amine Tengilimoglu (#1)
Re: How to get column and identifier names in UPPERCASE in postgres?

Hi Amine,

El mié., 20 de noviembre de 2019 10:11, Amine Tengilimoglu <
aminetengilimoglu@gmail.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"

Show quoted text

thank you.