PgAdmin 3 crashed when font size was increased
I am using PgAdmin 3 on Postgresql 9.4 on Windows 7. All things work well until I resized browser fonts from 12 to 18. I cant create database, rename table and even change the font size to what it was before. Many things stopped working. I have tried to uninstall Postgres and install another version but still the behavior is same, no change. Please what do I do. Thanks
pgadmin-3
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am using PgAdmin 3 on Postgresql 9.4 on Windows 7. All things work well until I resized browser fonts from 12 to 18. I cant create database, rename table and even change the font size to what it was before. Many things stopped working. I have tried to uninstall Postgres and install another version but still the behavior is same, no change. Please what do I do. Thanks
pgadmin-3
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have you looked into appdata and removed relevant folders there?
– Tom V
May 21 '18 at 16:20
Thanks Tom. I have removed the PgAdmin and Postgresql folders in Appdata yet no change. I hope those are the relevant folders you mean or are there others?
– Chris Chukwuemeka
May 21 '18 at 17:58
I was guessing that could be where the font size is stored. Maybe some registry keys I don't know
– Tom V
May 21 '18 at 20:39
add a comment |
I am using PgAdmin 3 on Postgresql 9.4 on Windows 7. All things work well until I resized browser fonts from 12 to 18. I cant create database, rename table and even change the font size to what it was before. Many things stopped working. I have tried to uninstall Postgres and install another version but still the behavior is same, no change. Please what do I do. Thanks
pgadmin-3
I am using PgAdmin 3 on Postgresql 9.4 on Windows 7. All things work well until I resized browser fonts from 12 to 18. I cant create database, rename table and even change the font size to what it was before. Many things stopped working. I have tried to uninstall Postgres and install another version but still the behavior is same, no change. Please what do I do. Thanks
pgadmin-3
pgadmin-3
asked May 21 '18 at 15:42
Chris ChukwuemekaChris Chukwuemeka
62
62
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have you looked into appdata and removed relevant folders there?
– Tom V
May 21 '18 at 16:20
Thanks Tom. I have removed the PgAdmin and Postgresql folders in Appdata yet no change. I hope those are the relevant folders you mean or are there others?
– Chris Chukwuemeka
May 21 '18 at 17:58
I was guessing that could be where the font size is stored. Maybe some registry keys I don't know
– Tom V
May 21 '18 at 20:39
add a comment |
Have you looked into appdata and removed relevant folders there?
– Tom V
May 21 '18 at 16:20
Thanks Tom. I have removed the PgAdmin and Postgresql folders in Appdata yet no change. I hope those are the relevant folders you mean or are there others?
– Chris Chukwuemeka
May 21 '18 at 17:58
I was guessing that could be where the font size is stored. Maybe some registry keys I don't know
– Tom V
May 21 '18 at 20:39
Have you looked into appdata and removed relevant folders there?
– Tom V
May 21 '18 at 16:20
Have you looked into appdata and removed relevant folders there?
– Tom V
May 21 '18 at 16:20
Thanks Tom. I have removed the PgAdmin and Postgresql folders in Appdata yet no change. I hope those are the relevant folders you mean or are there others?
– Chris Chukwuemeka
May 21 '18 at 17:58
Thanks Tom. I have removed the PgAdmin and Postgresql folders in Appdata yet no change. I hope those are the relevant folders you mean or are there others?
– Chris Chukwuemeka
May 21 '18 at 17:58
I was guessing that could be where the font size is stored. Maybe some registry keys I don't know
– Tom V
May 21 '18 at 20:39
I was guessing that could be where the font size is stored. Maybe some registry keys I don't know
– Tom V
May 21 '18 at 20:39
add a comment |
1 Answer
1
active
oldest
votes
I have solved the issue by deleting PgAdmin3 file in the Windows registry.
1) Save a copy of the Registry editor, so that in-case there is any error, you can
restore the saved copy.
2) Double click on the "Registry editor" at C:windowsregedit.
3) Click on HKEY_CURRENT_USERSoftware.
delete the folder "PgAdmin 111".
.
Re-start Pgadmin. Then increased font size to 12 - 14 Time and it works fine.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f207400%2fpgadmin-3-crashed-when-font-size-was-increased%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have solved the issue by deleting PgAdmin3 file in the Windows registry.
1) Save a copy of the Registry editor, so that in-case there is any error, you can
restore the saved copy.
2) Double click on the "Registry editor" at C:windowsregedit.
3) Click on HKEY_CURRENT_USERSoftware.
delete the folder "PgAdmin 111".
.
Re-start Pgadmin. Then increased font size to 12 - 14 Time and it works fine.
add a comment |
I have solved the issue by deleting PgAdmin3 file in the Windows registry.
1) Save a copy of the Registry editor, so that in-case there is any error, you can
restore the saved copy.
2) Double click on the "Registry editor" at C:windowsregedit.
3) Click on HKEY_CURRENT_USERSoftware.
delete the folder "PgAdmin 111".
.
Re-start Pgadmin. Then increased font size to 12 - 14 Time and it works fine.
add a comment |
I have solved the issue by deleting PgAdmin3 file in the Windows registry.
1) Save a copy of the Registry editor, so that in-case there is any error, you can
restore the saved copy.
2) Double click on the "Registry editor" at C:windowsregedit.
3) Click on HKEY_CURRENT_USERSoftware.
delete the folder "PgAdmin 111".
.
Re-start Pgadmin. Then increased font size to 12 - 14 Time and it works fine.
I have solved the issue by deleting PgAdmin3 file in the Windows registry.
1) Save a copy of the Registry editor, so that in-case there is any error, you can
restore the saved copy.
2) Double click on the "Registry editor" at C:windowsregedit.
3) Click on HKEY_CURRENT_USERSoftware.
delete the folder "PgAdmin 111".
.
Re-start Pgadmin. Then increased font size to 12 - 14 Time and it works fine.
edited Oct 17 '18 at 11:02
answered May 22 '18 at 15:37
Chris ChukwuemekaChris Chukwuemeka
62
62
add a comment |
add a comment |
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f207400%2fpgadmin-3-crashed-when-font-size-was-increased%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you looked into appdata and removed relevant folders there?
– Tom V
May 21 '18 at 16:20
Thanks Tom. I have removed the PgAdmin and Postgresql folders in Appdata yet no change. I hope those are the relevant folders you mean or are there others?
– Chris Chukwuemeka
May 21 '18 at 17:58
I was guessing that could be where the font size is stored. Maybe some registry keys I don't know
– Tom V
May 21 '18 at 20:39