From f43974f6f12c9f2ac8dc02585bd2a156ff608453 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Fri, 31 Mar 2000 06:17:52 +0000 Subject: [PATCH] Include all information from the old man pages. --- doc/src/sgml/ref/ecpg-ref.sgml | 550 +++++++++++++++++++-------------- 1 file changed, 315 insertions(+), 235 deletions(-) diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml index 04f86d57fe..8bb1dd27f1 100644 --- a/doc/src/sgml/ref/ecpg-ref.sgml +++ b/doc/src/sgml/ref/ecpg-ref.sgml @@ -1,5 +1,5 @@ @@ -38,10 +38,60 @@ ecpg [ -v ] [ -t ] [ -I include-path ] [ -o outfile ] file1 [ file2 ] [ ... ] line arguments: + + -v + + + Print version information. + + + + + + -t + + + Turn off auto-transactin mode. + + + + + + -I path + + + Specify an additional include path. + Defaults are ., + /usr/local/include, the + Postgres include path which is + defined at compile time (default: + /usr/local/pgsql/lib), and + /usr/include. + + + + + + -o + + + Specifies that ecpg should write all its output to outfile. + If no such option is given the output is written to + name.c, + assuming the input file was + named name.pgc. + If the input file does have the expected + .pgc suffix, then the output file will have + .pgc appended to the input file name. + + + + file + The files to be processed. @@ -62,10 +112,11 @@ ecpg [ -v ] [ -t ] [ -I include-path ] [ -o outfile ] file1 [ file2 ] [ ... ] - - + return value + ecpg returns 0 to the shell on successful completion, -1 + for errors. @@ -74,239 +125,282 @@ ecpg [ -v ] [ -t ] [ -I include-path ] [ -o outfile ] file1 [ file2 ] [ ... ] - - - 1998-11-05 - - - Description - + + Description - - -- 2.40.0