summaryrefslogtreecommitdiff
path: root/src/interfaces/cli/sqlcli.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated CLI things.Peter Eisentraut2003-09-021-719/+0
|
* pgindent run.Bruce Momjian2002-09-041-52/+52
|
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-52/+52
| | | | spacing. Also adds space for one-line comments.
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-52/+52
| | | | tests pass.
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-52/+52
|
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-541/+541
|
* Incorporate fixes from Date and Darwen, 1997.Thomas G. Lockhart1999-06-181-220/+404
| | | | | Did not check the function declarations as carefully as the other parts, though all of the function names *do* match up with D&D.
* Add CLI required header and examples from SQL3/SQL98Thomas G. Lockhart1999-06-171-0/+535
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...