Wersja inicjalna

This commit is contained in:
Arkadiusz Rychliński
2022-11-08 11:16:29 +01:00
commit 3d21c4f1c2
11 changed files with 522 additions and 0 deletions

4
scripts/skrypt1.sql Normal file
View File

@ -0,0 +1,4 @@
select current_user as myuser
\gset
\echo 'Jakiś wynik' :myuser

7
scripts/skrypt2.sql Normal file
View File

@ -0,0 +1,7 @@
select true as warunek
\gset
\if :warunek
\o ekstra.txt
select 'Warunek został spełniony!!!';
\endif