python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
pg_dump 0 bytes backup file, stuck after saving database definition
I am trying to backup Postgres database but I always get 0 bytes backup size. If I use the verbose switch, I can see that it is stuck at
pg_dump: saving database definition
I have tried taking backup...

Shubham Goel
Votes: 0
Answers: 1
Problem with backup / restore a table with a composite data type column
I have a table
europa=# \d europa.recurring_payment
Table "europa.recurring_payment"
Column | Type ...

Germán C. Basisty
Votes: 0
Answers: 1
How does the pgadmin encodes the file path in backups?
I'm trying to restore dump files from locations that contain character from other languages besides English.
So here is what I did:
From inside the pgadmin I used the backup tool like:
And inside the...

Shahar Shokrani
Votes: 0
Answers: 1