=?UTF-8?B?0JDQvdC00YDQtdC5?= <[EMAIL PROTECTED]> writes: > Can someone answer - why in PostgreSQL 8.1 have been removed such > functions as 'makeaclitem(...)' and > 'information_schema.pg_keypositions()'.
Because code using them would be broken anyway by other changes in 8.1 --- for example, using pg_keypositions to iterate over function arguments would now be wrong because there isn't a fixed upper limit on number of arguments. If you were using them, you'll need to tell us what for in order to get advice about what to do instead. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly