Re: Error calling self-made plpgsql function "function XYZ(bigint) does not exist"
В списке pgsql-sql по дате отправления:
| От | Leif B. Kristensen |
|---|---|
| Тема | Re: Error calling self-made plpgsql function "function XYZ(bigint) does not exist" |
| Дата | |
| Msg-id | 200601191745.42918.leif@solumslekt.org обсуждение |
| Ответ на | Re: Error calling self-made plpgsql function "function XYZ(bigint) does not exist" (Juris <bubliks@gmail.com>) |
| Ответы |
Re: Error calling self-made plpgsql function "function XYZ(bigint) does not exist"
|
| Список | pgsql-sql |
On Thursday 19 January 2006 14:06, Juris wrote: >Argh... big thanks.. did not know what pgAdmin/PG have any >case-sensitive issues with functions... > >Also for fields it is relative... without dbl-quotes i could not query >anything (i am using "MySuperField"-like field names) That is usual behaviour for RDBMSes. They are case-insensitive if you use ALL_CAPS or small_letters only. But if you use CamelCasing (which is the canonical name of this style), you're actually the one who imposes a case-sensitiveness upon the DB interpreter. So, the advice usually goes to avoid CamelCasing like the plague. regards, -- Leif Biberg Kristensen | Registered Linux User #338009 http://solumslekt.org/ | Cruising with Gentoo/KDE
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера