pg_dump postgres://username:example@sqldat.com_postgres_server:5432/databasename
मैंने अभी इस प्रारूप का उपयोग करके एक डंप डाउनलोड किया है। वैकल्पिक रूप से आप -f filename जोड़ सकते हैं स्थानीय फ़ाइल नाम निर्दिष्ट करने के लिए।
pg_dump postgres://username:example@sqldat.com_postgres_server:5432/databasename
मैंने अभी इस प्रारूप का उपयोग करके एक डंप डाउनलोड किया है। वैकल्पिक रूप से आप -f filename जोड़ सकते हैं स्थानीय फ़ाइल नाम निर्दिष्ट करने के लिए।