Re: [BUGS] General Bug Report: Handling of quoted identifiers and sequences
В списке pgsql-bugs по дате отправления:
| От | Bruce Momjian |
|---|---|
| Тема | Re: [BUGS] General Bug Report: Handling of quoted identifiers and sequences |
| Дата | |
| Msg-id | 199907070220.WAA00472@candle.pha.pa.us обсуждение исходный текст |
| Ответ на | General Bug Report: Handling of quoted identifiers and sequences (Unprivileged user <nobody>) |
| Список | pgsql-bugs |
> Problem Description: > -------------------- > Quoted Identifiers will not work with sequences > This includes SERIAL ! > > -------------------------------------------------------------------------- > > Test Case: > ---------- > create table "AA" ( x int4 , y serial ); > insert into "AA" (x) values (1); > > -------------------------------------------------------------------------- > > Solution: > --------- > in src/backend/parser/parse_function.c there is the > handling routine for nextval etc. > there is an unconditional lowercasing there that will need > to be fixed for quoted identifiers This was fixed in 6.5. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера