Help for this page
$ psql psql (9.2.4) Type "help" for help. ... --------+-----------------------+----------- foo | integer | bar | character varying(25) |
# drop table if exists my_table; -- exists DROP TABLE # drop table if exists my_table; -- no table is no problem: DROP TABLE #