[GENERAL] Error Message: invalid command-line arguments for server process

2007-09-02 Thread Anthony W. Brock
I am getting an error trying to connect to PostgreSQL db using Visual Basic.NET 2005. The error message is "FATAL: invalid command-line arguments for server process. HINT: Try "postgres --help" for more information." Here is a the snippet of code to create connection. Looking for suggestions

Re: [GENERAL] Error Message: invalid command-line arguments for server process

2007-09-01 Thread Tom Lane
"Anthony Brock (KG4AGD)" <[EMAIL PROTECTED]> writes: > I am getting an error trying to connect to PostgreSQL db using Visual > Basic.NET 2005. The error message is "FATAL: invalid command-line > arguments for server process. HINT: Try "postgres --help" for more > information." This implies inco

[GENERAL] Error Message: invalid command-line arguments for server process

2007-09-01 Thread Anthony Brock (KG4AGD)
I am getting an error trying to connect to PostgreSQL db using Visual Basic.NET 2005. The error message is "FATAL: invalid command-line arguments for server process. HINT: Try "postgres --help" for more information." Here is a the snippet of code to create connection. Looking for suggestions