Mercurial > hg > dotemacs
view elpa/sql-indent-1.4/test-data/pr54.sql @ 198:542bdd6b7739
sql-indent: replace with newer ELPA version
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Sun, 08 Dec 2019 14:39:27 -0500 |
parents | |
children |
line wrap: on
line source
create function foo_1() returns int AS $$ select 5; $$; create function foo_2() returns int AS $$ select 5; $$; create function foo_3() returns int AS $$ select 5; $$; create function foo_4() returns int AS $$ select 5; $$; SELECT a(); -- Local Variables: -- mode: sql -- mode: sqlind-minor -- tab-width: 2 -- indent-tabs-mode: nil -- sql-product: postgres -- End: