Added the postgres reader. Closes patch #6388
[pspp-builds.git] / src / language / data-io / ChangeLog
index 4adce992772693aadc23f42ffed2412ef5578b91..187d6464bab0e2db6f33ccfc960fe05338e46777 100644 (file)
@@ -1,3 +1,16 @@
+2008-02-02 John Darrington <john@darrington.wattle.id.au>
+
+       * get-data.c (cmd_get_data): Support PSQL type.
+
+2007-12-07  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6302.
+
+       * data-parser.c (data_parser_make_active_file): Fix case count
+       argument to casereader_create_sequential, which fixes data reading
+       in the GUI.
+       Provided by John Darrington.
+
 2007-12-04  Ben Pfaff  <blp@gnu.org>
 
        Move DATA LIST parsing into generic infrastructure, and generalize