Jeff Martin
Jeff Martin
If there is an error in the init SQL that runs as part of reconcileDatabaseInitSQL, then there is no way for the user to know what the error is. Adding...
## Overview When using the databaseInitSQL (as documented [here](https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/customize-cluster/)) feature, it is not obvious to the user whether the SQL actually executed successfully. There can be errors that are sent...
The JavaScript puppeteer library has an optional parameter to the `connect` function called `targetFilter` (see [here](https://github.com/puppeteer/puppeteer/blob/94f680a0466cebff42c0342d5b4d4d950e3bdd81/packages/puppeteer-core/src/common/BrowserConnector.ts#L52)). The description of this feature is: `Callback to decide if Puppeteer should connect to...
Example: - Table is named: `testing`, and is in schema `one` (`one.testing`) - Column is on this same table named: `status` (`one.testing.status`) and has a type of `status_type`, in schema...