I was inputting data into postgresql table using python sqlalchemy function.
Currently, about 27 billion data have been entered, but the following error has occurred since then.
sqlalchemy.exc.OperationalError: (psycopg2.errors.ProgramLimitExceeded) cannot extend file "base/16427/1340370" beyond 4294967295 blocks
Can you tell me how to fix the error and why?