We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7574612 + 515ce11 commit 8aa3f29Copy full SHA for 8aa3f29
examples/official-site/sqlpage/migrations/25_read_file_as_text.sql
@@ -32,7 +32,7 @@ using the same logic as for serving files in response to HTTP requests.
32
### Rendering a markdown file
33
34
```sql
35
-select ''text'' as component, sqlpage.read_file_as_text(''/path/to/file.md'') as text;
+select ''text'' as component, sqlpage.read_file_as_text(''/path/to/file.md'') as contents_md;
36
```
37
');
38
0 commit comments