andrew sp

Results 8 comments of andrew sp

I believe the main reason for that behavior is that `tsql_query` function only makes `Cursor.execute()` and `Cursor.fetchall()` calls: ``` def tsql_query(query, **kwargs): ''' Run a SQL query and return query...

you should check this out https://github.com/CrunchyData/crunchy-containers/pull/1475 it's a replacement for centos8 with official postgres repo attached hint: you can also rename `crunchy-backrest` package installation to just `pgbackrest` and it will...

Hi Andrew and jelmer, i've a PR opened for rocky8 support and some additional work for simplifying pg_extensions installation in the crunchy-containers repo https://github.com/CrunchyData/crunchy-containers/pull/1475 i've been using this changes to...

i'm kinda on the same page, but with pgnodemx - it is somehow being added to `shared_preload_libraries` even if i'm dropping this extension completely building customized version of crunchy-containers suite....

hello, everything images related is here: https://github.com/CrunchyData/crunchy-containers

any way of providing a password through secret/configmap ref would suffice, actually

https://access.crunchydata.com/documentation/postgres-operator/5.1.2/architecture/user-management/#custom-passwords there is a way tho

Hi, i wonder if this is the same issue i'm having with vim on windows terminal, where cursor always appears one character to the left from the end of the...