Obsolete functions istrue, isfalse, etc.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Obsolete functions istrue, isfalse, etc.
Дата
Msg-id 48E7D5A0.2020908@gmx.net
обсуждение исходный текст
Ответы Re: Obsolete functions istrue, isfalse, etc.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
There are four functions

istrue
isfalse
isnottrue
isnotfalse

defined in bool.c and exported to SQL that are not documented anywhere 
and are not part of any spec that I would know of.  The release notes 
indicate that they were used to implement IS TRUE, IS FALSE, etc. until 
PostgreSQL 6.2, so they were internal functions from the very beginning.  Should we remove those now?  I suppose there
isa slight chance that 
 
10 year old dumps might contain references to them?  But it is easy to 
reimplement them in user-space should anyone need them.


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

Предыдущее
От: David Fetter
Дата:
Сообщение: CYCLE and SEARCH [was Re: Common Table Expressions (WITH RECURSIVE) patch]
Следующее
От: Tom Lane
Дата:
Сообщение: Common Table Expressions applied; some issues remain