index
:
postgresql-common
debian
progress-linux
upstream
debian 11: postgresql-common
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
foo
/
foo-123
/
expected
/
foo.out
blob: 62afef7c310dd9b47e2bcbf41ec792975ca810b7 (
plain
)
1
2
3
4
5
6
7
8
CREATE EXTENSION foo; SELECT foo(); foo ----- bar (1 row) DROP EXTENSION foo;