From: | Lynn(dot)Tilby(at)asu(dot)edu |
---|---|
To: | Michael Meskes <meskes(at)postgresql(dot)org> |
Cc: | Lynn(dot)Tilby(at)asu(dot)edu, pgsql-general(at)postgresql(dot)org |
Subject: | Re: ecpg -e |
Date: | 2003-12-07 23:22:53 |
Message-ID: | 1070839373.3fd3b64d18348@webmail.asu.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Michael,
Yes, '-e' is the argument. I possibly could have upgraded the
code without upgrading the docs....
Here is the version output from ecpg...
Let me know if this version of ecpg matches the 7.1.3 docs...
[postgres(at)polaris bin]$ ecpg -V
ecpg: invalid option -- V
ecpg - the postgresql preprocessor, version: 2.8.0
Usage: ecpg: [-v] [-t] [-I include path] [ -o output file name] [-D define
name] file1 [file2] ...
[postgres(at)polaris bin]$
Thanks for your help!
Lynn
Quoting Michael Meskes <meskes(at)postgresql(dot)org>:
> On Wed, Dec 03, 2003 at 02:24:49PM -0700, Lynn(dot)Tilby(at)asu(dot)edu wrote:
> > I am running 7.1.3... The docs for ecpg in 7.1.3 don't have the -e
> > option in them!
> >
> > YET, ecpg -e WORKS!!! for solving the vacuum problem.
> >
> > Just WHAT does the -e option in ecpg do????
>
> Are you sure you mean '-e'?
>
> ecpg.c in 7.1.3 says:
> ...
> while ((c = getopt(argc, argv, "vo:I:tD:d")) != EOF)
> ...
>
> I do not see a -e here.
>
> Michael
> --
> Michael Meskes
> Email: Michael at Fam-Meskes dot De
> ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
> Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that
> your
> message can get through to the mailing list cleanly
>
From | Date | Subject | |
---|---|---|---|
Next Message | George Essig | 2003-12-07 23:40:35 | CMS with PostgreSQL |
Previous Message | Joshua D. Drake | 2003-12-07 22:21:13 | Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL |