Importing data from CSV into a table with array and composite types

From: a <372660931(at)qq(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Importing data from CSV into a table with array and composite types
Date: 2018-05-18 08:37:09
Message-ID: tencent_541F5F531C51513630805758@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi:

I would like to import data from a csv table. But the table that is going to be inserted is constructed with arrays and composite types, also with array of composite.

I have tried many ways of inserting but fail. Can anyone help? Thank you so much.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2018-05-18 09:46:33 Re: Importing data from CSV into a table with array and composite types
Previous Message Tim Cross 2018-05-17 22:15:31 Re: When use triggers?