Re: CALL stmt, ERROR: unrecognized node type: 113 bug
| От | Tom Lane |
|---|---|
| Тема | Re: CALL stmt, ERROR: unrecognized node type: 113 bug |
| Дата | |
| Msg-id | 12437.1518466767@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: CALL stmt, ERROR: unrecognized node type: 113 bug (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>) |
| Ответы |
Re: CALL stmt, ERROR: unrecognized node type: 113 bug
Re: CALL stmt, ERROR: unrecognized node type: 113 bug |
| Список | pgsql-hackers |
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> On 2/1/18 11:33, Pavel Stehule wrote:
>> postgres=# \sf test
>> ERROR: cache lookup failed for type 0
> Here is a patch set that adds procedure support to \ef and \sf.
I've not read in detail, but it looks reasonable offhand, modulo
that I still don't like prorettype == 0 ;-).
I did notice a tiny typo:
- * with. Hence prefer "$function$", but extend if needed.
+ * with. Hence prefer "$function$"/"$procedure", but extend if needed.
I think you want
+ * with. Hence prefer "$function$"/"$procedure$", but extend if needed.
regards, tom lane
В списке pgsql-hackers по дате отправления: