Re: NOLOGGING option, or ?
Luke Lonergan <llonergan@greenplum.com>
From: "Luke Lonergan" <llonergan@greenplum.com>
To: pgsql-hackers@postgresql.org
Date: 2005-06-02T05:16:34Z
Lists: pgsql-hackers
Steve, Oops. Example below should have read differently: > Sample with 2 identical rows (with binary representations depicted between > <>): > Blahblah<0xaa>blahblah<0x09>blahblah<0x00>blahblah<0xaa>Blahblah<0xaa>blahbl > ah<0x09>blahblah<0x00>blahblah<0xaa> Blahblah<0x0a>blahblah<0x09>blahblah<0x00>blahblah<0xaa>Blahblah<0x0a>blahbl ah<0x09>blahblah<0x00>blahblah<0xaa> This would result in the load of two records each of which would look like this (when printed on a typical terminal): Blahblah blahblah blahblah Luke