/
githubmirror
/
goose
Обзор
Документация
Войти
/
githubmirror
/
goose
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/sqlparser/testdata/valid-up/test06/04.up.golden.sql
15 строк
330 B
Radoslav Kirilov
feat: environment variables interpolation (#604)
23 дек 2023, 23:13
Не верифицирован
23 дек 2023, 23:13
120e6a3
Код
Авторство
О чём код?
CREATE FUNCTION do_something(sql TEXT) RETURNS INTEGER AS $$ BEGIN -- initiate technology PERFORM something_or_other(sql); -- increase technology PERFORM some_other_thing(sql); -- technology was successful RETURN 1; END; $$ LANGUAGE plpgsql; -- 3 this comment WILL BE preserved -- 4 this comment WILL BE preserved