| От | Christian Ullrich |
|---|---|
| Тема | Re: Command Triggers, v16 |
| Дата | |
| Msg-id | 4F62FA29.30006@chrullrich.net обсуждение исходный текст |
| Ответ на | Re: Command Triggers, v16 (Thom Brown <thombrown@gmail.com>) |
| Список | pgsql-hackers |
* Thom Brown wrote: > I don’t understand how functions can return a type of “command > trigger”. This certainly works, but I’ve never seen a type consisting > of more than one word. Could you explain this for me? This is also postgres=> with types (name) as postgres-> (select format_type(oid, NULL) from pg_type) postgres-> select name from types where name like '% %' postgres-> and not name like '%[]'; name ----------------------------- double precision character varying time without time zone timestamp without time zone timestampwith time zone time with time zone bit varying (7 Zeilen) I think these are all specially handled in the parser. -- Christian Ullrich
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера