Thanks, but i need a non command line option.
2013/12/6 Ian Lawrence Barwick <barwick@xxxxxxxxx>
2013/12/6 Peter Kroon <plakroon@xxxxxxxxx>:
> When you click on a table in the "Object browser" you'll see in the "SQLYou can use the pg_dump command line function for this:
> pane" the sql that is needed to create that table.
>
> Which function can I call to get that SQL?
pg_dump -s -t name_of_table name_of_database
Regards
Ian Barwick