File: inline.out

package info (click to toggle)
plv8 1.4.2.ds-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 720 kB
  • sloc: cpp: 3,292; sql: 791; makefile: 122; sh: 37
file content (5 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (3)
1
2
3
4
5
DO $$ plv8.elog(NOTICE, 'this', 'is', 'inline', 'code') $$ LANGUAGE plv8;
NOTICE:  this is inline code
DO $$ plv8.return_next(new Object());$$ LANGUAGE plv8;
ERROR:  Error: return_next called in context that cannot accept a set
DETAIL:  undefined() LINE 1:  plv8.return_next(new Object());