Mensaje citado por Christopher Kings-Lynne <[EMAIL PROTECTED]>: > > I'd suggest extending that file with 8K of zeroes (might need more than > > that, but probably not). > > How do I do that? Sorry - I'm not sure of the quickest way, and I'm > reading man pages as we speak!
# dd if=/dev/zeros of=somefile # cat file1 somefile >> newfile # mv newfile file1 file1 is "/usr/local/pgsql/data/pg_clog/000D" -- select 'mmarques' || '@' || 'unl.edu.ar' AS email; ------------------------------------------------------- Martín Marqués | Programador, DBA Centro de Telemática | Administrador Universidad Nacional del Litoral ------------------------------------------------------- ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html