Re: [HACKERS] options in conninfo

2005-03-14 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: >>> Using libpq PQconnect function, what is the syntax for the 'options' >>> entry in the conninfo? >> I think it's stuck straight into the backend command line, so whatever >> you read in the 'postgres' reference page applies. > Oh, I thought

Re: [HACKERS] options in conninfo

2005-03-14 Thread Christopher Kings-Lynne
Using libpq PQconnect function, what is the syntax for the 'options' entry in the conninfo? I think it's stuck straight into the backend command line, so whatever you read in the 'postgres' reference page applies. Oh, I thought it was for setting GUCs at connect time. Is that possible? I though

Re: [HACKERS] options in conninfo

2005-03-14 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > Using libpq PQconnect function, what is the syntax for the 'options' > entry in the conninfo? I think it's stuck straight into the backend command line, so whatever you read in the 'postgres' reference page applies. > I think the docs should

[HACKERS] options in conninfo

2005-03-13 Thread Christopher Kings-Lynne
Hi, Using libpq PQconnect function, what is the syntax for the 'options' entry in the conninfo? I think the docs should be updated to give an example.. http://www.postgresql.org/docs/8.0/interactive/libpq.html#LIBPQ-CONNECT Thanks, Chris ---(end of broadcast)