File: foo--100.sql

package info (click to toggle)
postgresql-common 225%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,360 kB
  • sloc: perl: 3,427; sh: 1,476; makefile: 99; sql: 13; ansic: 10
file content (3 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (6)
1
2
3
CREATE OR REPLACE FUNCTION foo ()
RETURNS text LANGUAGE SQL
AS $$ SELECT 'old bar'::text $$;