mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
[GH-ISSUE #47] Two issues on pgadmin for windows build #43
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pgadmin3#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maxargy on GitHub (Oct 8, 2024).
Original GitHub issue: https://github.com/levinsv/pgadmin3/issues/47
Error After a DB restore, but restore works fine

A lot of errors in view data (top 100 rows) on a table containing ts_vector data


... and many others
Thank you Massimiliano
@levinsv commented on GitHub (Oct 8, 2024):
DBMS version.
Create table test ...
insert into test ...
I need at least some data to reproduce the problem.
@maxargy commented on GitHub (Oct 8, 2024):
Here is it:
create a db test and try to recover data
test.backup.zip
Should give the first error
Then view data inside table test (top 100 rows) and should give other errors
My DBMS version now is v17, but the errors was also with v16
To recover the backup you should have installed postgis extensions
I'm using the executable under x64/Release3.0, since I was not able to compile myself under windows
@maxargy commented on GitHub (Oct 8, 2024):
Now works fine