index
:
postgresql-common
debian
progress-linux
upstream
debian 12: postgresql
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
foo
/
foo-123
/
foo--100.sql
blob: 5ed8546a9e6c7f76bddc2a4f4a3f319a62dbb23c (
plain
)
1
2
3
CREATE
OR
REPLACE
FUNCTION
foo
()
RETURNS
text
LANGUAGE
SQL
AS
$$
SELECT
'old bar'
::
text
$$
;