Am I right in thinking that Pooled OLS is just a multiple linear regression applied to panel data? Therefore using regress in Stata after I've used xtset to declare a panel variable and time variable using the regress command is Pooled OLS?

And finally that using

Code:
regress Y X, i.panelVariable
Is also therefore Pooled OLS?