cha <chandresh.rana@xxxxxxxxxxxxxx> writes: > I want to dump the database by using pg_dump command but the problem is the > version at the server is 7.4 which doesn't support the provision for > excluding tables as in version 8.2. If you're dumping with the intent to update to 8.2, you could use 8.2's pg_dump. regards, tom lane