Remove duplicate text.
authorBruce Momjian
Tue, 4 Nov 1997 11:30:51 +0000 (11:30 +0000)
committerBruce Momjian
Tue, 4 Nov 1997 11:30:51 +0000 (11:30 +0000)
migration/6.2_to_6.2.1

index 09a4118d32bdefb8ef165c35447ed660d4912156..741edad48c6f02c21f209f505fc702750f613877 100644 (file)
@@ -13,10 +13,3 @@ from psql to update the existing system table:
 
 This will need to be done to every existing database, including template1.
 
-Another way to avoid dump/reload is to use the following SQL command
-from psql to update the existing system table:
-
-  update pg_aggregate set aggfinalfn = 'cash_div_flt8'
-   where aggname = 'avg' and aggbasetype = 790;
-
-This will need to be done to every existing database, including template1.