Re: effects of nullifying bytea column on storage

2022-05-12 Thread Hugh Ranalli
On Wed, 11 May 2022 at 20:02, David Gauthier wrote: > I have a table with a bytea column which, of course, contains binary data. > After 60 days, I no longer need the binary data but want to retain the rest > of the record. Of course it's easy to just update the bytea column to null > for the

Ubuntu 20.04: apt.postgresql.org/pub/repos/apt focal-pgdg InRelease' doesn't support architecture 'i386'

2020-05-16 Thread Hugh
ire of configured file 'main/binary-i386/Packages' as repository 'http://apt.postgresql.org/pub/repos/apt focal-pgdg InRelease' doesn't support architecture 'i386' Thanks, Hugh

Re: Hunspell as filtering dictionary

2019-11-06 Thread Hugh Ranalli
On Tue, 5 Nov 2019 at 09:42, Bibi Mansione wrote: > Hi, > I am trying to create a ts_vector from a French text. Here are the > operations that seem logical to perform in that order: > > 1. remove stopwords > 2. use hunspell to find words roots > 3. unaccent > I can't speak to French, but we use

Re: Channel binding not supported using scram-sha-256 passwords

2019-02-18 Thread Hugh Ranalli
til we upgrade the application servers. Best wishes, Hugh

Re: Channel binding not supported using scram-sha-256 passwords

2019-02-15 Thread Hugh Ranalli
ect I get this message. Hence why I tried to disable it. Hugh

Channel binding not supported using scram-sha-256 passwords

2019-02-15 Thread Hugh Ranalli
global psqlrc ("\set scram_channel_binding"), with no success. We are not using SSL for the connections, and the documentation labels this as an SASL authentication mechanism. Is SSL required for using scram-sha-256 passwords? What am I missing? Thanks, Hugh -- Hugh Ranalli Principal Consultant White