Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3620)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3621)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.79 2005-04-01 04:14:39 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.80 2005-04-01 04:20:31 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -522,3 +522,4 @@
 
 \item Restrictions on the use of \code{malloc}, \code{calloc}, \code{realloc}, and \code{free} should not be unintentional imposed on 3rd party code.
-\end{itemize}
+\item Added database support for ``auto-incrementing''
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 3620)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 3621)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.193 2005-04-01 04:14:39 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.194 2005-04-01 04:20:31 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4226,6 +4226,8 @@
 
 Database indexes can be specified setting the \code{comment} field to
-``\code{Primary Key}'' or ``\code{Key}''.  Comment are otherwise
-ignored.
+``\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.
 
 \begin{verbatim}
