Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
4cb67993
Commit
4cb67993
authored
Oct 04, 2003
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Format help message internally consistent.
parent
9951474c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
src/interfaces/ecpg/preproc/ecpg.c
src/interfaces/ecpg/preproc/ecpg.c
+5
-7
No files found.
src/interfaces/ecpg/preproc/ecpg.c
View file @
4cb67993
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.7
8 2003/09/09 10:46:38 meskes
Exp $ */
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.7
9 2003/10/04 01:06:38 petere
Exp $ */
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
/* (C) Michael Meskes <meskes@postgresql.org> Feb 5th, 1998 */
...
...
@@ -44,12 +44,10 @@ help(const char *progname)
#ifdef YYDEBUG
printf
(
" -d generate parser debug output
\n
"
);
#endif
printf
(
" -C <mode> set compatibility mode
\n
"
" mode may be one of
\n
"
"
\"
INFORMIX
\"\n
"
"
\"
INFORMIX_SE
\"\n
"
);
printf
(
" -r <option> specify runtime behaviour
\n
"
" option may be only
\"
no_indicator
\"
at the moment
\n
"
);
printf
(
" -C MODE set compatibility mode;
\n
"
" MODE may be one of
\"
INFORMIX
\"
,
\"
INFORMIX_SE
\"\n
"
);
printf
(
" -r OPTION specify runtime behaviour;
\n
"
" OPTION may only be
\"
no_indicator
\"\n
"
);
printf
(
" -D SYMBOL define SYMBOL
\n
"
);
printf
(
" -I DIRECTORY search DIRECTORY for include files
\n
"
);
printf
(
" -o OUTFILE write result to OUTFILE
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment