Changeset 3950
- Timestamp:
- May 16, 2005, 12:07:45 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r3848 r3950 1 %%% $Id: ChangeLogSDRS.tex,v 1.9 7 2005-05-05 20:12:37 priceExp $1 %%% $Id: ChangeLogSDRS.tex,v 1.98 2005-05-16 22:07:45 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 586 586 what time system the generated psTime object should be set to 587 587 \end{itemize} 588 \end{itemize} 588 \item changes to ``Database Functions'' 589 \begin{itemize} 590 \item change \code{psDBCreateTable()}'s definition to be clear about how to combine indexes and auto-increment 591 \end{itemize} 592 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r3949 r3950 1 %%% $Id: psLibSDRS.tex,v 1.22 0 2005-05-16 21:45:21 priceExp $1 %%% $Id: psLibSDRS.tex,v 1.221 2005-05-16 22:07:45 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4424 4424 Database indexes can be specified setting the \code{comment} field to 4425 4425 ``\code{Primary Key}'' or ``\code{Key}''. ``Auto-incrementing'' columns may be 4426 specified by setting the \code{comment} field to \code{AUTO_INCREMENT}. 4427 Indexes and auto-increments maybe be combined in the same \code{comment}. 4428 Comments are otherwise ignored. 4426 specified by setting the \code{comment} field to ``\code{AUTO_INCREMENT}''. 4427 Indexes and auto-increments maybe be combined in the same \code{comment}. They 4428 must be separated by optional whitespace, a comma, and then more optional 4429 whitespace. The \code{comment} field is otherwise ignored. 4429 4430 4430 4431 \begin{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
