> What if I rename the get_seq_name function and move it to > backend/utils/adt/name.c (and of course change the references to it in > sequence.c)? Actually, now I'm wondering why nameout doesn't > downcase and > truncate. Because identifiers can be double quoted if you feel like preserving case. select * from "My fuNKy Table Name"; SQL is only case insensitive when identifiers are not quoted. Andreas ---------------------------(end of broadcast)--------------------------- TIP 3: 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