We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4abe2 commit 60b55acCopy full SHA for 60b55ac
dbscripts/postgresql_process_tracker.sql
@@ -561,12 +561,12 @@ create table cluster_tracking_lkup
561
cluster_current_process_usage integer
562
);
563
564
-comment on table cluster_tracking is 'Capacity cluster tracking';
+comment on table cluster_tracking_lkup is 'Capacity cluster tracking';
565
566
-alter table cluster_tracking owner to pt_admin;
+alter table cluster_tracking_lkup owner to pt_admin;
567
568
create unique index cluster_tracking_cluster_name_uindex
569
- on cluster_tracking (cluster_name);
+ on cluster_tracking_lkup (cluster_name);
570
571
create table cluster_process
572
(
0 commit comments