[GENERAL] psql connection option: statement_timeout

2016-07-03 Thread Craig Boyd
Hello All, I am something of a newbie and I am trying to understand how to pass connection options using the psql client. My understanding is that it is possible to do this as part of the psql connection event. I am on Mint and my PostgreSQL Server version = 9.3.13. I am trying to connect to

Re: [GENERAL] psql connection option: statement_timeout

2016-07-03 Thread Craig Boyd
On 07/03/2016 06:15 PM, Melvin Davidson wrote: On Sun, Jul 3, 2016 at 6:54 PM, Craig Boyd <mailto:cr...@mysoftforge.com>> wrote: Hello All, I am something of a newbie and I am trying to understand how to pass connection options using the psql client. My understandi

Re: [GENERAL] psql connection option: statement_timeout

2016-07-03 Thread Craig Boyd
On 07/03/2016 06:51 PM, Scott Marlowe wrote: On Sun, Jul 3, 2016 at 5:15 PM, Melvin Davidson <mailto:melvin6...@gmail.com>> wrote: On Sun, Jul 3, 2016 at 6:54 PM, Craig Boyd mailto:cr...@mysoftforge.com>> wrote: Hello All, I am something of a newbie and

Re: [GENERAL] psql connection option: statement_timeout

2016-07-03 Thread Craig Boyd
On 07/03/2016 07:00 PM, Melvin Davidson wrote: On Sun, Jul 3, 2016 at 7:52 PM, Scott Marlowe > wrote: correction: alter user reporting set statement_timemout=60 is handy for users that should never take a long time to connect. should read

Re: [GENERAL] psql connection option: statement_timeout

2016-07-04 Thread Craig Boyd
On 07/04/2016 11:01 AM, Daniel Verite wrote: Craig Boyd wrote: So to put it another way: is there a list that shows what options are available during the connection event or as part of the connection string? Yes, but it belongs to the chapter on libpq. The psql docpage merely points

[GENERAL] Blowfish Encrypted String

2013-09-26 Thread Craig Boyd
Hello All, I have a string in a program that I have encrypted using Blowfish and I am now trying to figure out the best way to store that in PostgreSQL so that I can store it and retrieve it later for decryption. I have searched around and have not found some good examples of how to go about this

Re: [GENERAL] Blowfish Encrypted String

2013-09-26 Thread Craig Boyd
column? (FYI...most of my binary data would be only slightly bigger than what I just pasted here. I am not storing Word documents or images, just some encrypted strings of test that are not more than 100 characters long and typically about 16 to 20. Thanks, Craig Boyd On Thu, Sep 26, 2013 at