James Williams <jw11(at)iprimus(dot)com(dot)au> writes:
> It says I need to upgrade my database, but I don't care
> about the old database.
> Is there any way I can remove the old database and start working with 7.3?
rm -rf $PGDATA
initdb
start postmaster
If you did any customization of the postgres config files, you might
want to save your old copies before blowing them away. Otherwise there
is nothing you need under $PGDATA.
regards, tom lane