Gevik Babakhani <[EMAIL PROTECTED]> writes: > Is the following OK? > .... > * IDENTIFICATION > * $PostgreSQL$
Yeah, that's the appropriate starting point --- CVS will take it from there. >> Please drop the conversions to/from varchar; text is sufficient. > Do you also mean to also remove the casts to/from varchar? (also the > catalog entries?) I'm sorry, I wasn't clear enough. The pg_cast entries are fine, I was just objecting to the redundant underlying functions. If you look at the other datatypes they use the same functions for casts to text and varchar. 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