No attachments in this thread
Joel Jacobson wrote:
hm, is it even possible to have function names with slashes?
test=# create function "is/""it""\evenpossible?"() returns void language plpgsql as $$begin end;$$;CREATE FUNCTIONtest=# select "is/""it""\evenpossible?"(); is/"it"\even+ possible? --------------
(1 row)
-Kevin