mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove duplicate text.
This commit is contained in:
@ -13,10 +13,3 @@ from psql to update the existing system table:
|
|||||||
|
|
||||||
This will need to be done to every existing database, including template1.
|
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.
|
|
||||||
|
Reference in New Issue
Block a user