This is the syntax I used to import an ESRI geodatabase (GDB format) into an existing postGIS database:
ogr2ogr -f "PostgreSQL" PG:"host=hostname user=username dbname=mydb password=mypwd" mygeodb.gdb/ -a_srs EPSG:3003 - overwtrite
Font: gdal.org