summaryrefslogtreecommitdiff
path: root/src/interfaces/cli/example1.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated CLI things.Peter Eisentraut2003-09-021-173/+0
|
* pgindent run.Bruce Momjian2002-09-041-4/+4
|
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-4/+4
| | | | spacing. Also adds space for one-line comments.
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+4
| | | | tests pass.
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+4
|
* Cleanup of <> and ""Bruce Momjian2000-05-291-1/+1
|
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-130/+132
|
* Add CLI required header and examples from SQL3/SQL98Thomas G. Lockhart1999-06-171-0/+171
August 1994 draft standard. Use the ecpg support libraries to write the CLI interface? Date and Darwen claim that CLI is a more modern and flexible approach...