You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ The PGCacheWatch CLI simplifies the process of setting up and managing the neces
24
24
Sets up triggers and functions on specified tables to emit NOTIFY signals. This is crucial for initializing PGCacheWatch's event listening capabilities.
25
25
26
26
```bash
27
-
pgcachewatch install <table_name(s)>
27
+
python3 -m pgcachewatch install <table_name(s)>
28
28
```
29
29
`<table_name(s)>`: Specify one or more table names to set up NOTIFY triggers. The CLI will generate and execute the SQL necessary to create these database objects.
30
30
31
31
#### Uninstall Command
32
32
Removes the triggers and functions created by the install command, cleaning up the database objects associated with PGCacheWatch.
0 commit comments