File: pg_dirtyread--1.0--2.sql

package info (click to toggle)
pg-dirtyread 2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: sql: 364; ansic: 362; makefile: 14; sh: 1
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
DROP FUNCTION pg_dirtyread(oid);

CREATE FUNCTION pg_dirtyread(regclass)
	RETURNS SETOF record
	AS 'MODULE_PATHNAME'
	LANGUAGE C;