- 07 Feb, 2000 1 commit
-
-
Peter Eisentraut authored
Fixed libpq printing functions
-
- 29 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
Initdb help correction Changed end/abort to commit/rollback and changed related notices Commented out way old printing functions in libpq Fixed a typo in alter table / alter column
-
- 18 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 14 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 12 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 26 Nov, 1999 1 commit
-
-
Bruce Momjian authored
rate it's better than what used to be there. * Does proper SQL "host variable" substitution as pointed out by Andreas Zeugwetter (thanks): select * from :foo; Also some changes in how ':' and ';' are treated (escape with \ to send to backend). This does _not_ affect the '::' cast operator, but perhaps others that contain : or ; (but there are none right now). * To show description with a <something> listing, append '?' to command name, e.g., \df?. This seemed to be the convenient and logical solution. Or append a '+' to see more useless information, e.g., \df+. * Fixed fflush()'ing bug pointed out by Jan during the regression test discussion. * Added LastOid variable. This ought to take care of TODO item "Add a function to return the last inserted oid, for use in psql scripts" (under CLIENTS) E.g., insert into foo values(...); insert into bar values(..., :LastOid); \echo $LastOid * \d command shows constraints, rules, and triggers defined on the table (in addition to indices) * Various fixes, optimizations, corrections * Documentation update as well Note: This now requires snprintf(), which, if necessary, is taken from src/backend/port. This is certainly a little weird, but it should suffice until a source tree cleanup is done. Enjoy. -- Peter Eisentraut Sernanders väg 10:115
-
- 05 Nov, 1999 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 04 Nov, 1999 1 commit
-
-
Bruce Momjian authored
-
- 26 Oct, 1999 1 commit
-
-
Bruce Momjian authored
-
- 14 Oct, 1999 1 commit
-
-
Bruce Momjian authored
-
- 30 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 22 Jul, 1999 1 commit
-
-
Thomas G. Lockhart authored
ecpg reference page still needs formatting.
-
- 06 Jul, 1999 1 commit
-
-
Thomas G. Lockhart authored
No big deal; fixed lots of other markup at the same time. Bigest change: make sure there is no whitespace in front of <term> contents. This will probably help the other output types too.
-
- 14 Jun, 1999 1 commit
-
-
Thomas G. Lockhart authored
Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing.
-
- 20 May, 1999 1 commit
-
-
Thomas G. Lockhart authored
-
- 13 Apr, 1999 1 commit
-
-
Tatsuo Ishii authored
-
- 29 Dec, 1998 1 commit
-
-
Thomas G. Lockhart authored
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
-
- 30 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 15 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 05 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
Haven't yet done cleardbdir, ipcclean, pg_passwd, and pg_upgrade. Add reference info for the SQL VACUUM command (oops, forgot it earlier).
-
- 30 Sep, 1998 1 commit
-
-
Thomas G. Lockhart authored
converted from the man page.
-