Re: How to get column and identifier names in UPPERCASE in postgres?
Olivier Gautherot <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.general |
|---|---|
| Message-ID | <CAJ7S9TVutk+7BiBFhrOcas9nLSoNiqgEvKTPW7xe8PPGE2Quyg@mail.gmail.com> |
Hi Amine, El mié., 20 de noviembre de 2019 10:11, Amine Tengilimoglu < [email protected]> 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. >