IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3950


Ignore:
Timestamp:
May 16, 2005, 12:07:45 PM (21 years ago)
Author:
jhoblitt
Message:

change psDBCreateTable()'s definition to be clear about how to combine indexes and auto-increment

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r3848 r3950  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.97 2005-05-05 20:12:37 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.98 2005-05-16 22:07:45 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    586586    what time system the generated psTime object should be set to
    587587    \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.220 2005-05-16 21:45:21 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.221 2005-05-16 22:07:45 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    44244424Database indexes can be specified setting the \code{comment} field to
    44254425``\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.
     4426specified by setting the \code{comment} field to ``\code{AUTO_INCREMENT}''.
     4427Indexes and auto-increments maybe be combined in the same \code{comment}.  They
     4428must be separated by optional whitespace, a comma, and then more optional
     4429whitespace.  The \code{comment} field is otherwise ignored.
    44294430
    44304431\begin{verbatim}
Note: See TracChangeset for help on using the changeset viewer.