Update Example queries for our application authored by Erlend Ydse's avatar Erlend Ydse
...@@ -40,7 +40,7 @@ FROM ...@@ -40,7 +40,7 @@ FROM
Heavy query example from Norvald's Github: Heavy query example from Norvald's Github:
```sql ```sql
select sleep(2), select sleep(2),
st_buffer(point(0,0), 1000, st_buffer_strategy(point_circle, i)) st_buffer(point(0,0), 1000, st_buffer_strategy('point_circle', i))
from (values row(1), row(10), row(1000), row(10000), row(50000)) from (values row(1), row(10), row(1000), row(10000), row(50000))
as ints(i); as ints(i);
``` ```
\ No newline at end of file