hi, how I can migrate data of a file txt to postgre
Check out the COPY table FROM '/path/to/file'; syntax. Chris