Cédric Villemain

Results 44 comments of Cédric Villemain

I've updated reusable workflow to not create a job matrix with python targets as it is handled by ansible-test already. I've limited the reusable workflow to sanity only, thus the...

> I don't like that it's pointing at a moving target rather than a tag or a sha hash. it was just for testing purpose and make sure everybody is...

##### SUMMARY Setup `ansible-test sanity` with GHA. This version depends only on actions and workflow which can be committed to the ansible community. It runs less jobs, and let ansible-test...

I left a schedule for the workflow, it can be removed. Initially I added it for external updates (new ansible minor version, etc.)

Having to handle a shuffle of identifier and literals will be a nightmare... What about something like: ``` named_idents: mytable: "Robert'); DROP TABLE Students;--?" positional_idents: - "Robert'); DELETE FROM Students;--?"...

I have a plan to propose roles to install, configure, initdb, tune, backup, restore, setup (physical/logical) replica, and so on (some will need new modules probably, pg_basebackup "mapping" for example)...

> @Andersson007 I would only focus on modules. There are already some very complex roles in [galaxy](https://github.com/ANXS/postgresql) which also searching for maintain help. Also if I look to the [zabbix...

> > @tcraxs @kostiantyn-nemchenko @hunleyd @klando what do you think if this collection should focus only on modules or maybe it should provide roles also? > > I could go...

`PQping reports the status of the server. It accepts connection parameters identical to those of PQconnectdb, described above. It is not necessary to supply correct user name, password, or database...

It was not very clear, but I pasted the PostgreSQL documentation related to the output values.