Обсуждение: Data loading tool

Поиск
Список
Период
Сортировка

Data loading tool

От
Ron Watkins
Дата:
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

От
Holger Jakobs
Дата:
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

От
Ron
Дата:
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.