| От | Tom Lane |
|---|---|
| Тема | Re: [Review] Tests citext casts by David Wheeler. |
| Дата | |
| Msg-id | 12138.1221242323@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [Review] Tests citext casts by David Wheeler. ("David E. Wheeler" <david@kineticode.com>) |
| Ответы |
Re: [Review] Tests citext casts by David Wheeler.
|
| Список | pgsql-hackers |
"David E. Wheeler" <david@kineticode.com> writes:
> 1. Did I neglect to include the documentation patch? I've attached it
> here. It's necessary because of the addition of the new functions.
Maybe it got left out of the later patch iterations? Anyway,
will take care of it.
> 2. Many thanks for switching to using the network_show function
> instead of the SQL-based casting I had. Can you tell me how to go
> about finding such functions?
Er, look into pg_cast and then pg_proc? For instance
select oid::regprocedure, prosrc from pg_proc
where oid in (select castfunc from pg_cast);
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера