Skip to content

Conversation

carlopi
Copy link
Contributor

@carlopi carlopi commented Feb 25, 2025

Currently registered table functions:

+    {"start_ui", "ui", CatalogType::TABLE_FUNCTION_ENTRY},
+    {"start_ui_server", "ui", CatalogType::TABLE_FUNCTION_ENTRY},
+    {"stop_ui_server", "ui", CatalogType::TABLE_FUNCTION_ENTRY},
+    {"ui_is_started", "ui", CatalogType::TABLE_FUNCTION_ENTRY},

Currently registered settings:

+    {"ui_local_port", "ui"},
+    {"ui_polling_interval", "ui"},
+    {"ui_remote_url", "ui"},

Currently registered table functions:
```
+    {"start_ui", "ui", CatalogType::TABLE_FUNCTION_ENTRY},
+    {"start_ui_server", "ui", CatalogType::TABLE_FUNCTION_ENTRY},
+    {"stop_ui_server", "ui", CatalogType::TABLE_FUNCTION_ENTRY},
+    {"ui_is_started", "ui", CatalogType::TABLE_FUNCTION_ENTRY},
```

Currently registered settings:
```
+    {"ui_local_port", "ui"},
+    {"ui_polling_interval", "ui"},
+    {"ui_remote_url", "ui"},
```
@Mytherin Mytherin merged commit e9a3cec into duckdb:v1.2-histrionicus Feb 25, 2025
48 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

@carlopi carlopi deleted the register_ui_autoload branch February 25, 2025 11:36
krlmlr added a commit to duckdb/duckdb-r that referenced this pull request Mar 7, 2025
Add support for autoload and autoinstall for `ui` extension (duckdb/duckdb#16393)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants