Re: Issue with Viewing Created Table in pgAdmin

2024-07-04 Thread Yogesh Mahajan
Hi, Can you please share the screenshot for pgadmin where the grid is not displayed? Thanks, Yogesh Mahajan EnterpriseDB On Fri, Jul 5, 2024 at 11:44 AM Reuben Fraser wrote: > I have already done that, as me and ChatGPT were trying to resolve this > issue for about two hours and tried everyth

Re: Issue with Viewing Created Table in pgAdmin

2024-07-04 Thread Yogesh Mahajan
Hi, Are you able to locate the same table in object explorer? View/Edit data will appear in the context menu on the table. Alternatively , you can open a query for the same table in the query tool to cross check if it is present. If it's present then, select the same database and click on 'Search

Issue with Viewing Created Table in pgAdmin

2024-07-04 Thread Reuben Fraser
I successfully executed the following SQL to create a table named Restaurants in pgAdmin: CREATE TABLE Restaurants ( RestaurantID SERIAL PRIMARY KEY, RestaurantName VARCHAR(255) NOT NULL, District VARCHAR(100), Neighborhood VARCHAR(100), CuisineCategory VARCHAR(100), Cuisin

Re: upgrade from version 4.28 to 8.8

2024-07-04 Thread Aditya Toshniwal
Hi Giacomo, Keep the backup of the pgadmin.db file and directly upgrade pgAdmin. It should work. If you're facing any issues, share the error details. On Thu, Jul 4, 2024 at 4:42 PM Bonafé, Giacomo wrote: > Hello, > > > > is there a way to upgrade from version 4.28 to version 8.8 ? > > I have a

upgrade from version 4.28 to 8.8

2024-07-04 Thread Bonafé , Giacomo
Hello, is there a way to upgrade from version 4.28 to version 8.8 ? I have attempted saving the pgadmin.db file before deleting 4.28 and installed 8.8 and then copied the saved pgadmin.db but this does not work Is there a solution to this problem ? Thanks and regards Giacomo Bonafe Sensitivi