Skip to content

Commit 9483f5d

Browse files
committed
update docs
1 parent 4a05828 commit 9483f5d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

extensions/chaos/description.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extension:
22
name: chaos
3-
description: Creates chaos! ⋆✴︎˚。⋆ duckdb-chaos allows you to throw any type of DuckDB exception, or to raise a SIGSEGV, SIGABRT, or SIGBUS signal.
3+
description: Creates chaos! ⋆✴︎˚。⋆ Chaos allows you to throw any type of DuckDB exception, or to raise a SIGSEGV, SIGABRT, or SIGBUS signal.
44
version: 0.0.1
55
language: C++
66
build: cmake
@@ -14,17 +14,17 @@ repo:
1414
docs:
1515
hello_world: |
1616
-- Throw exceptions!
17-
SELECT duckdb_chaos_exception('hello', 'CATALOG');
18-
SELECT duckdb_chaos_exception('hello', 'INTERNAL');
19-
SELECT duckdb_chaos_exception('hello', 'FATAL');
17+
SELECT chaos_exception('hello', 'CATALOG');
18+
SELECT chaos_exception('hello', 'INTERNAL');
19+
SELECT chaos_exception('hello', 'FATAL');
2020
2121
-- Raise signals!
22-
SELECT duckdb_chaos_signal('SIGSEGV');
23-
SELECT duckdb_chaos_signal('SIGABRT');
24-
SELECT duckdb_chaos_signal('SIGBUS');
22+
SELECT chaos_signal('SIGSEGV');
23+
SELECT chaos_signal('SIGABRT');
24+
SELECT chaos_signal('SIGBUS');
2525
2626
extended_description: |
27-
Creates chaos! ⋆✴︎˚。⋆ duckdb-chaos allows you to throw any type of DuckDB exception, or to raise a SIGSEGV, SIGABRT, or SIGBUS signal.
27+
Creates chaos! ⋆✴︎˚。⋆ Chaos allows you to throw any type of DuckDB exception, or to raise a SIGSEGV, SIGABRT, or SIGBUS signal.
2828
Signals do not work on Windows.
2929
3030

0 commit comments

Comments
 (0)