> I want to export a database or a table from a database.> There is a possibility the copy the data from the table, but> I need the whole structure include the data.
pg_dump -u database_name --table tablename > file.sql