<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>
  <title>pgFoundry Project: PostgreSQL Loader -  News</title>
  <link>http://pgfoundry.org/news/?group_id=1000092</link>
  <description>pgFoundry Project News of PostgreSQL Loader</description>
  <language>en-us</language>
  <copyright>Copyright 2013 pgFoundry</copyright>
  <webMaster>dim@users.pgfoundry.org (Dimitri Fontaine)</webMaster>
  <lastBuildDate>Sun, 26 May 2013 09:42:09 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>pgFoundry RSS generator</generator>
  <item>
   <title>pgloader 2.3.1 with fixed format support</title>
   <link>http://pgfoundry.org/forum/forum.php?forum_id=1337</link>
   <description>This new version has seen some testing of max_parallel_sections setting, a user using 10 parallel sections to load a 1000 sections file. So this version saw some bugfixes too...</description>
   <author>dim@users.pgfoundry.org (Dimitri Fontaine)</author>
   <pubDate>Tue, 03 Jun 2008 19:03:31 GMT</pubDate>
   <guid>http://pgfoundry.org/forum/forum.php?forum_id=1337</guid>
   <comments>http://pgfoundry.org/forum/forum.php?forum_id=1337</comments>
  </item>
  <item>
   <title>pgloader 2.3.0</title>
   <link>http://pgfoundry.org/forum/forum.php?forum_id=1283</link>
   <description>pgloader 2.3.0 implements parallel loading of data at several level, and comes with some minor improvements and fixes, such as the long awaited support for columns = * configuration!&lt;br /&gt;
&lt;br /&gt;
Parallel loading means pgloader is now multi-threaded and able to load several sections at the same time (see the max_parallel_sections global configuration option), and has support for spreading a single file loading to several active workers threads.&lt;br /&gt;
&lt;br /&gt;
See the matching documentation section for details: http://pgloader.projects.postgresql.org/#_parallel_loading </description>
   <author>dim@users.pgfoundry.org (Dimitri Fontaine)</author>
   <pubDate>Sat, 15 Mar 2008 16:30:30 GMT</pubDate>
   <guid>http://pgfoundry.org/forum/forum.php?forum_id=1283</guid>
   <comments>http://pgfoundry.org/forum/forum.php?forum_id=1283</comments>
  </item>
  <item>
   <title>pgloader 2.2.6</title>
   <link>http://pgfoundry.org/forum/forum.php?forum_id=1262</link>
   <description>This new version adds -D (--disable-triggers) option to pgloader, which disablestriggers before loading the data, then re-enables them afterward.&lt;br /&gt;
&lt;br /&gt;
-V (--vacuum) now issues a VACUUM ANALYZE for each table instead of a vacuumdb at the end of the load.&lt;br /&gt;
</description>
   <author>dim@users.pgfoundry.org (Dimitri Fontaine)</author>
   <pubDate>Tue, 05 Feb 2008 04:49:37 GMT</pubDate>
   <guid>http://pgfoundry.org/forum/forum.php?forum_id=1262</guid>
   <comments>http://pgfoundry.org/forum/forum.php?forum_id=1262</comments>
  </item>
  <item>
   <title>pgloader 2.2.5: templates &amp;amp; logging</title>
   <link>http://pgfoundry.org/forum/forum.php?forum_id=1215</link>
   <description>This version of pgloader supports template configuration section and an improved logging mecanism.&lt;br /&gt;
&lt;br /&gt;
You can now share whatever settings you need to from many configuration sections by using template section (template = True) from your sections (use_template = TemplateName).&lt;br /&gt;
&lt;br /&gt;
pgloader now uses python's logging facilities (per user gripe), and supports log_min_messages and client_min_messages options, which you're certainly used to using.&lt;br /&gt;
&lt;br /&gt;
Oh, and its debian packaging has been reviewed, which allows it to enter official repositories soon!  Stay tuned for further news.&lt;br /&gt;
</description>
   <author>dim@users.pgfoundry.org (Dimitri Fontaine)</author>
   <pubDate>Sun, 09 Dec 2007 18:08:19 GMT</pubDate>
   <guid>http://pgfoundry.org/forum/forum.php?forum_id=1215</guid>
   <comments>http://pgfoundry.org/forum/forum.php?forum_id=1215</comments>
  </item>
  <item>
   <title>pgloader 2.2.4: reformating input data on-the-fly</title>
   <link>http://pgfoundry.org/forum/forum.php?forum_id=1209</link>
   <description>New pgloader version allows user provided modules to reformat data input, and provides a mysql timestamp reformating function.&lt;br /&gt;
&lt;br /&gt;
See for yourself how this first pluggable reformating function behaves:&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; from reformat import mysql&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; mysql.timestamp(None, '20041120175542')&lt;br /&gt;
'2004-11-20 17:11:42'&lt;br /&gt;
&lt;br /&gt;
Now you can use mysqldump -T and pgloader to simply load data into PostgreSQL. Including timestamps!</description>
   <author>dim@users.pgfoundry.org (Dimitri Fontaine)</author>
   <pubDate>Fri, 23 Nov 2007 17:27:13 GMT</pubDate>
   <guid>http://pgfoundry.org/forum/forum.php?forum_id=1209</guid>
   <comments>http://pgfoundry.org/forum/forum.php?forum_id=1209</comments>
  </item>
  <item>
   <title>pgloader 2.2.3 : User-defined Columns</title>
   <link>http://pgfoundry.org/forum/forum.php?forum_id=1206</link>
   <description>pgloader now supports user-defined columns.&lt;br /&gt;
&lt;br /&gt;
This allows for loading into the same database table of data coming from more than one file, keeping track of the data origin. &lt;br /&gt;
&lt;br /&gt;
Simply add a column (say &amp;quot;origin&amp;quot;) to the table definition and define the udc_origin option for pgloader to add a constant value per section (thus per input data file) in the database.&lt;br /&gt;
</description>
   <author>dim@users.pgfoundry.org (Dimitri Fontaine)</author>
   <pubDate>Thu, 15 Nov 2007 10:03:05 GMT</pubDate>
   <guid>http://pgfoundry.org/forum/forum.php?forum_id=1206</guid>
   <comments>http://pgfoundry.org/forum/forum.php?forum_id=1206</comments>
  </item>
  <item>
   <title>pgloader 2.2.2 now available</title>
   <link>http://pgfoundry.org/forum/forum.php?forum_id=1202</link>
   <description>The new pgloader version supports a --quiet option, and the summary is now only printed when the --summary option is given. Some users have already reported this as a big improvement ;)&lt;br /&gt;
&lt;br /&gt;
Please also note the debian package now properly contains the documentation, which is the main reason of this 2.2.2 release.&lt;br /&gt;
&lt;br /&gt;
A user reported a bug promptly corrected, where a temporary file was created by pgloader with too long a name (containing tablename and columns instead of just tablename).&lt;br /&gt;
&lt;br /&gt;
Please enjoy this new version!</description>
   <author>dim@users.pgfoundry.org (Dimitri Fontaine)</author>
   <pubDate>Sun, 11 Nov 2007 20:15:06 GMT</pubDate>
   <guid>http://pgfoundry.org/forum/forum.php?forum_id=1202</guid>
   <comments>http://pgfoundry.org/forum/forum.php?forum_id=1202</comments>
  </item>
  <item>
   <title>Version 2.2.1 and new public website</title>
   <link>http://pgfoundry.org/forum/forum.php?forum_id=1133</link>
   <description>pgloader 2.2.1 released, along with a news documentation format, allowing for a better-than-ever public site!&lt;br /&gt;
Do check out http://pgloader.projects.postgresql.org/&lt;br /&gt;
&lt;br /&gt;
Release include supports for datestyle settings and automatic column numbering.</description>
   <author>dim@users.pgfoundry.org (Dimitri Fontaine)</author>
   <pubDate>Thu, 23 Aug 2007 23:30:27 GMT</pubDate>
   <guid>http://pgfoundry.org/forum/forum.php?forum_id=1133</guid>
   <comments>http://pgfoundry.org/forum/forum.php?forum_id=1133</comments>
  </item>
  <item>
   <title>pgloader rewrite : version 2.0.2</title>
   <link>http://pgfoundry.org/forum/forum.php?forum_id=912</link>
   <description>While preparing an Informix to PostgreSQL migration, Dalibo ( http://www.dalibo.com/ ) had to load the data. They created pgLoader 2.</description>
   <author>dim@users.pgfoundry.org (Dimitri Fontaine)</author>
   <pubDate>Wed, 29 Nov 2006 20:31:17 GMT</pubDate>
   <guid>http://pgfoundry.org/forum/forum.php?forum_id=912</guid>
   <comments>http://pgfoundry.org/forum/forum.php?forum_id=912</comments>
  </item>
  <item>
   <title>pgloader v.1.1</title>
   <link>http://pgfoundry.org/forum/forum.php?forum_id=706</link>
   <description>This new version of pgloader is a bugfix:&lt;br /&gt;
 - allows use of separator character and&lt;br /&gt;
 - allows use of quoting &lt;br /&gt;
..mainly for CVS files&lt;br /&gt;
&lt;br /&gt;
Plus now allows importing data from files in other encodings than utf-8 to be imported in their original encoding.&lt;br /&gt;
&lt;br /&gt;
I took time to test some different configurations, but I would be glad if some testers could help me enhance and debug this tool. &lt;br /&gt;
&lt;br /&gt;
Please note it wont work yet with versions &amp;lt;8.0, mainly in CVS mode. Next step is to adapt the tool the the PostgreSQL version you use, wheter its 7.x or 8.x.&lt;br /&gt;
&lt;br /&gt;
Thanks a lot for any comment, test, debug...&lt;br /&gt;
&lt;br /&gt;
-- &lt;br /&gt;
Jean-Paul</description>
   <author>jpargudo@users.pgfoundry.org (Jean-Paul Argudo)</author>
   <pubDate>Mon, 03 Apr 2006 16:17:53 GMT</pubDate>
   <guid>http://pgfoundry.org/forum/forum.php?forum_id=706</guid>
   <comments>http://pgfoundry.org/forum/forum.php?forum_id=706</comments>
  </item>
 </channel>
</rss>
