Re: [HACKERS] Re: SQL compliance - why -- comments only at psql level?
В списке pgsql-hackers по дате отправления:
| От | Hannu Krosing |
|---|---|
| Тема | Re: [HACKERS] Re: SQL compliance - why -- comments only at psql level? |
| Дата | |
| Msg-id | 38B00D24.AB13D9A9@tm.ee обсуждение исходный текст |
| Ответ на | Re: [HACKERS] Re: SQL compliance - why -- comments only at psql level ? (Bruce Momjian <pgman@candle.pha.pa.us>) |
| Список | pgsql-hackers |
Thomas Lockhart wrote: > > > Can you give me a failure condition for the TODO list? I can't see the > > bug here. > > Well, now that I got off my duff and tried your little test with my > current sources, I get your result. Hannu?? My tests were with 6.5.3 which has even more yuckies in it : [hannu@hu hannu]$ psql -c "select -- what ? > count(*) from t1;" ERROR: attribute 'what' not found [hannu@hu hannu]$ psql -c "select -- what > count(*) from t1;" ERROR: parser: parse error at or near "count" [hannu@hu hannu]$ psql -c "select count(*) -- what > from t1;" count ----- 3 (1 row) But they all work from psql hannu=> select -- what ? hannu-> count(*) from t1; count ----- 3 (1 row) hannu=> select count(*) -- what ? hannu-> from t1; count ----- 3 (1 row) Could you try them on current. ------------- Hannu
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера