Export PostgreSQL database into mysql database - Mailing list pgsql-bugs

From Chirag Patel
Subject Export PostgreSQL database into mysql database
Date
Msg-id CA+aBY29yS_GQ_9zAnNL=_uo_Yz4wLsuOtuMtEJLRSU3zyQW2Yw@mail.gmail.com
Whole thread Raw
Responses Re: Export PostgreSQL database into mysql database
List pgsql-bugs
Hello,

Below is my PostgreSQL Configuration on server.

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

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

Regards,
Chirag

pgsql-bugs by date:

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