compile - Search results

2021-11-26 18:33:01 | Re: Simple question about running a function. (SQL Padawan)

compiled!) CREATE OR REPLACE FUNCTION foo() RETURNS void AS $$ BEGIN RAISE NOTICE 'Hello from void

2021-11-26 17:39:51 | Re: Simple question about running a function. (David G. Johnston)

compiling going on here. The pl/pgsql code is just a string that gets executed during

2021-11-26 16:35:30 | Simple question about running a function. (SQL Padawan)

Compiles no problems - CREATE FUNCTION is returned as expected. So, I try: SELECT test_fn(); but receive