|
|
Question : Import Fixed Length File into PostgreSQL Database
|
|
I need to Import a Fixed Length File into PostgreSQL Database. Preferrably I need to create a function or stored proc that can be ran periodically when receiving a new data file. Eventually, I would like to be able to do this via an automated script. Please help, I am new to PostgreSQL and come from a SQL Server DTS background...
|
Answer : Import Fixed Length File into PostgreSQL Database
|
|
you can read it in directly using COPY command.
|
|
|
|