I'm doing a Poisson regression and using the confint function in R to generate confidence intervals for my regression coefficient. These result in different intervals than when I would calculate them manually using the normal approximation, i.e. the lower bound given by $\hat{\beta} - 1.96*\hat{\sigma}_\beta/\sqrt(n)$ and the upper bound by $\hat{\beta} + 1.96*\hat{\sigma}_\beta/\sqrt(n)$.
If the beta's were normally distributed, I would expect that using the confint function or the manual calculation has to yield the same result.