Thread: Data loading tool

Data loading tool

From
Ron Watkins
Date:
Im looking for a tool to load data to an Azure Postgres PaaS environment. Can anyone recommend any solutions?

--
Ron Watkins, K7DOG
602.743.5272

Re: Data loading tool

From
Holger Jakobs
Date:
Simple psql is at your service. Look for the \copy command


Am 21. Juni 2021 19:15:08 MESZ schrieb Ron Watkins <rwatki@gmail.com>:
Im looking for a tool to load data to an Azure Postgres PaaS environment. Can anyone recommend any solutions?

--
Ron Watkins, K7DOG
602.743.5272

--
Holger Jakobs, Bergisch Gladbach
+49 178 9759012
- sent from mobile, therefore short -

Re: Data loading tool

From
Ron
Date:
On 6/21/21 12:15 PM, Ron Watkins wrote:
Im looking for a tool to load data to an Azure Postgres PaaS environment. Can anyone recommend any solutions?

Beyond "use psql and COPY to load simple delimited files" (every DBMS has a tool for loading delimited files), we can't be more specific without knowing what the input files are like.

--
Angular momentum makes the world go 'round.