summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-11-04 11:30:51 +0000
committerBruce Momjian <bruce@momjian.us>1997-11-04 11:30:51 +0000
commitf54ab27a411aa14d346fb7e8466bc1bc5be826f1 (patch)
treebde3092fc1bc76c034b8ba94b943ad3b8f1116e7
parent7589967613d2cc57693cc0b8edeef24ca48ea396 (diff)
downloadpostgresql-f54ab27a411aa14d346fb7e8466bc1bc5be826f1.tar.gz
Remove duplicate text.
-rw-r--r--migration/6.2_to_6.2.17
1 files changed, 0 insertions, 7 deletions
diff --git a/migration/6.2_to_6.2.1 b/migration/6.2_to_6.2.1
index 09a4118d32..741edad48c 100644
--- a/migration/6.2_to_6.2.1
+++ b/migration/6.2_to_6.2.1
@@ -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.