You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to generate the SQL files from XML.
Is that possible?
I ran the below command.
$ python3 load_into_pg.py -t Badges -f Badges.xml
This will drop the Badges table. Are you sure [y/n]?y
Error in dealing with the database.
pg.Error (None): None
could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
The text was updated successfully, but these errors were encountered:
I just want to generate the SQL files from XML.
Is that possible?
I ran the below command.
The text was updated successfully, but these errors were encountered: