Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The build produces `vsql_boolean.veb` and installs it to the VEB directory.
## Extension Installation

```sql
INSTALL EXTENSION 'vsql_boolean';
INSTALL EXTENSION vsql_boolean;
```

Then use it:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ VillageSQL_BUILD_DIR=/path/to/villagesql/build bash build.sh
## Installing

```sql
INSTALL EXTENSION 'vsql_boolean';
INSTALL EXTENSION vsql_boolean;
```

## Quick Start
Expand Down
Loading