gmb <gmbouwer@xxxxxxxxx> writes: > Tom Lane-2 wrote >> Personally I'd have left the function parameters as text and inserted >> explicit coercions: > Just out of curiosity , is there a reason why this will be you preference ? Well, if the rest of your code thinks that table names are of type text (which is reasonable, as most of what you might want to do with them would be better served by text), then it seems like you want to keep this odd catalog interaction isolated within the function rather than advertise it in the function's API. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general