Hello,
I want to load data into postgre db.
I have a data file in text format but pg_restore doesn't support plain format.
Is there any way to load plain data by pg_restore?
Or is there any way of loading data into db? (for example some utility used for migration from another db to postgre db)
Example of data (two records; two attributes):
1 aa
2 bb
Regards
mhaupt
I want to load data into postgre db.
I have a data file in text format but pg_restore doesn't support plain format.
Is there any way to load plain data by pg_restore?
Or is there any way of loading data into db? (for example some utility used for migration from another db to postgre db)
Example of data (two records; two attributes):
1 aa
2 bb
Regards
mhaupt