Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
proc
/
212
/
root
/
opt
/
postgresql-9.4
/
share
/
extension
/
//proc/self/root/proc/212/root/opt/postgresql-9.4/share/extension/test_parser--unpackaged--1.0.sql
/* contrib/test_parser/test_parser--unpackaged--1.0.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION test_parser FROM unpackaged" to load this file. \quit ALTER EXTENSION test_parser ADD function testprs_start(internal,integer); ALTER EXTENSION test_parser ADD function testprs_getlexeme(internal,internal,internal); ALTER EXTENSION test_parser ADD function testprs_end(internal); ALTER EXTENSION test_parser ADD function testprs_lextype(internal); ALTER EXTENSION test_parser ADD text search parser testparser;