Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3949)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3950)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.97 2005-05-05 20:12:37 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.98 2005-05-16 22:07:45 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -586,3 +586,7 @@
     what time system the generated psTime object should be set to
     \end{itemize}
-\end{itemize}
+\item changes to ``Database Functions''
+    \begin{itemize}
+    \item change \code{psDBCreateTable()}'s definition to be clear about how to combine indexes and auto-increment
+    \end{itemize}
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 3949)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 3950)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.220 2005-05-16 21:45:21 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.221 2005-05-16 22:07:45 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4424,7 +4424,8 @@
 Database indexes can be specified setting the \code{comment} field to
 ``\code{Primary Key}'' or ``\code{Key}''.  ``Auto-incrementing'' columns may be
-specified by setting the \code{comment} field to \code{AUTO_INCREMENT}.
-Indexes and auto-increments maybe be combined in the same \code{comment}.
-Comments are otherwise ignored.
+specified by setting the \code{comment} field to ``\code{AUTO_INCREMENT}''.
+Indexes and auto-increments maybe be combined in the same \code{comment}.  They
+must be separated by optional whitespace, a comma, and then more optional
+whitespace.  The \code{comment} field is otherwise ignored.
 
 \begin{verbatim}
