Changeset 3621
- Timestamp:
- Mar 31, 2005, 6:20:31 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
r3620 r3621 1 %%% $Id: ChangeLogSDRS.tex,v 1. 79 2005-04-01 04:14:39jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.80 2005-04-01 04:20:31 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 522 522 523 523 \item Restrictions on the use of \code{malloc}, \code{calloc}, \code{realloc}, and \code{free} should not be unintentional imposed on 3rd party code. 524 \end{itemize} 524 \item Added database support for ``auto-incrementing'' 525 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r3620 r3621 1 %%% $Id: psLibSDRS.tex,v 1.19 3 2005-04-01 04:14:39jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.194 2005-04-01 04:20:31 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4226 4226 4227 4227 Database indexes can be specified setting the \code{comment} field to 4228 ``\code{Primary Key}'' or ``\code{Key}''. Comment are otherwise 4229 ignored. 4228 ``\code{Primary Key}'' or ``\code{Key}''. ``Auto-incrementing'' columns may be 4229 specified by setting the \code{comment} field to \code{AUTO_INCREMENT}. 4230 Indexes and auto-increments maybe be combined in the same \code{comment}. 4231 Comments are otherwise ignored. 4230 4232 4231 4233 \begin{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
