Jobin Augustine

Results 16 issues of Jobin Augustine

When we analyze partial data collection on a continuous data gathering. parameter values are not collected each time because that adds unwanted overhead. But this will result in an unwanted...

There were historical reasons why Unix/Linux Sed is used for cleaning up the data collected before importing it. Many of those cases are gone over a period of time with...

Compile-time parameter changes can result in hard to troubleshoot problems and odd behaviours.

If there are too many indexes and tables listed in the report, the Browser may hang on devices with fewer resources.

Here is a sample error. ``` COPY pg_gather FROM stdin; psql:/app/gather.sql:35: ERROR: wal_level must be set to 'logical' HINT: WAL control functions cannot be executed when wal_level < logical. ```

A sample pg_gather (gather.sql) output is ``` psql:/app/gather.sql:5: ERROR: syntax error at or near ":" LINE 1: SELECT ( :SERVER_VERSION_NUM > 120000 ) AS pg12, ( :SERVER_V... ^ psql:/app/gather.sql:7: invalid...