これをPostgreSQL 9.2で実行しようとしています:
RAISE NOTICE 'hello, world!';
そしてサーバーは言う:
Error : ERROR: syntax error at or near "RAISE"
LINE 1: RAISE NOTICE 'hello, world!'
^
なんで?
これをPostgreSQL 9.2で実行しようとしています:
RAISE NOTICE 'hello, world!';
そしてサーバーは言う:
Error : ERROR: syntax error at or near "RAISE"
LINE 1: RAISE NOTICE 'hello, world!'
^
なんで?