Sample Header Ad - 728x90

How to mass-update Apple Wiki server directly in Postgres

1 vote
0 answers
129 views
I migrate a wiki that had a lot of broken link to a domain that no longer exist. How can I massively update my database, instead of change any single link? My idea is to connect in postgres and update manually the database with update table set field = replace(field, 'cat', 'dog') Someone think it's possible? In which table and field I can found my entries?
Asked by cristianof (11 rep)
May 6, 2015, 10:21 AM
Last activity: Apr 16, 2022, 06:31 AM