|
443 | 443 | bind:selected={transaction_to_track} |
444 | 444 | /> |
445 | 445 | </Section> |
446 | | - <Section label="Publication"> |
| 446 | + <Section label="Table Tracking"> |
447 | 447 | <p class="text-xs mb-3 text-tertiary"> |
448 | 448 | Select the tables to track. You can choose to track |
449 | 449 | <strong>all tables in your database</strong>, |
|
456 | 456 | <Tab value="basic" |
457 | 457 | ><div class="flex flex-row gap-1" |
458 | 458 | >Basic<Tooltip |
| 459 | + documentationLink="https://www.windmill.dev/docs/core_concepts/postgres_triggers#define-what-to-track" |
459 | 460 | ><p |
460 | 461 | >Choose the <strong>relations</strong> to track without worrying about the |
461 | 462 | underlying mechanics of creating a |
|
469 | 470 | <Tab value="advanced" |
470 | 471 | ><div class="flex flex-row gap-1" |
471 | 472 | >Advanced<Tooltip |
| 473 | + documentationLink="https://www.windmill.dev/docs/core_concepts/postgres_triggers#advanced" |
472 | 474 | ><p |
473 | 475 | >Select a specific <strong>publication</strong> from your database to |
474 | 476 | track, and manage it by <strong>creating</strong>, |
|
488 | 490 | <RelationPicker bind:selectedTable bind:relations /> |
489 | 491 | </TabContent> |
490 | 492 | <TabContent value="advanced"> |
491 | | - <div class="flex flex-col gap-4" |
| 493 | + <div class="flex flex-col gap-6" |
492 | 494 | ><Section |
493 | | - label="Slot name" |
| 495 | + label="Replication slot management" |
494 | 496 | tooltip="Choose and manage the slots for your trigger. You can create or delete slots. Both non-active slots and the currently used slot by the trigger (if any) will be retrieved from your database for management." |
| 497 | + documentationLink="https://www.windmill.dev/docs/core_concepts/postgres_triggers#managing-postgres-replication-slots" |
495 | 498 | > |
496 | 499 | <div class="flex flex-col gap-3"> |
497 | 500 | <ToggleButtonGroup |
|
529 | 532 | </Section> |
530 | 533 |
|
531 | 534 | <Section |
532 | | - label="Publication" |
| 535 | + label="Publication management" |
533 | 536 | tooltip="Select and manage the publications for tracking data. You can create, update, or delete publications. Only existing publications in your database will be available for selection, giving you full control over what data is tracked." |
| 537 | + documentationLink="https://www.windmill.dev/docs/core_concepts/postgres_triggers#managing-postgres-publications" |
534 | 538 | > |
535 | 539 | <div class="flex flex-col gap-3"> |
536 | 540 | <ToggleButtonGroup |
|
0 commit comments