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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to