Export PostgreSQL database into mysql database

From: Chirag Patel <patelchirag5011997(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Export PostgreSQL database into mysql database
Date: 2024-11-14 10:37:04
Message-ID: CA+aBY29yS_GQ_9zAnNL=_uo_Yz4wLsuOtuMtEJLRSU3zyQW2Yw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello,

Below is my PostgreSQL Configuration on server.

"DB": {
"HOST": "localhost",
"NAME": "tesla",
"USER": "alenmusk",
"PASSWORD": "alenmusk(at)123",
"PORT": "5432"
},

I want to export the "tesla" database and convert it into "tesla.sql".
Please give me a command.

Regards,
Chirag

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2024-11-14 12:29:12 BUG #18708: regex problem: (?:[^\d\D]){0} asserts with "lp->nouts == 0 && rp->nins == 0"
Previous Message PG Bug reporting form 2024-11-14 08:41:36 BUG #18707: Installation issue