Postgres 函数的默认语言是什么?

Bea*_*ker 1 postgresql

CREATE FUNCTIONPostgres 中使用的默认语言是什么?

即,如果我没有指定一种语言,则使用的语言。

jja*_*nes 6

没有默认值。不指定语言是错误的。

create function adlsfjsdf() returns text as $$ sdlkj;djf;lskjdf;jasf $$;

ERROR:  no language specified
Run Code Online (Sandbox Code Playgroud)