Expressions without type

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Expressions without type
Дата
Msg-id CAFjFpRe5bOt9wbxD7HhW29+re8=APXxgHOOtKjj__4vczWR1mw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Expressions without type
Список pgsql-hackers
Hi All,<br />I need to check type of expressions appearing in a Query tree and I am using exprType() for that. But for
certainexpressions their type is not defined like List, FromExpr, JoinExpr. Such expressions are acceptable in the
code,but expressions which have a type need to obey certain criteria like they can not be composite type etc.
exprType()throws error when it's passed expressions which do not have type and hence I can not use it directly. Is
therea function, which would tell me whether a given expression can have a type or not?<br clear="all" /><br />-- <br
/>BestWishes,<br />Ashutosh Bapat<br />EntepriseDB Corporation<br />The Enterprise Postgres Company<br /><br /> 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: 64-bit API for large object
Следующее
От: Amit kapila
Дата:
Сообщение: Re: 9.2RC1 wraps this Thursday ...