Re: [ADMIN] table dump

2002-04-09 Thread Stephan Szabo
On Tue, 9 Apr 2002, Jodi Kanter wrote: > I just completed a data only dump of a table by using the following command: > > pg_dump genex -Rau -t species > species.sql > > I noticed that the first line of the file seems to be disabling some > postgres trigger. It reads: > > UPDATE "pg_class" SET "

[ADMIN] table dump

2002-04-09 Thread Jodi Kanter
I just completed a data only dump of a table by using the following command:   pg_dump genex -Rau -t species > species.sql   I noticed that the first line of the file seems to be disabling some postgres trigger. It reads:   UPDATE "pg_class" SET "reltriggers" = 0 WHERE "relname" = 'species';