On Fri, Mar 26, 2004 at 11:53:47 -0600, Guy Rouillier <[EMAIL PROTECTED]> wrote: > > I saw in the referenced sequence of posts that PostgreSQL will close a > file for a table once it reaches 1 GB, and start a new file. So I'm > concluding PostgreSQL has the ability to span multiple files for a > single table. Is there any way for me to control that, so I can get > PostgreSQL to start a new file on the 1st of each month? Or is this > planned for tablespaces, which I also saw discussed.
Currently there is no way to force starting a new file. ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend