Re: [HACKERS] Broken code in gram.y
Thanks. Fixed. --- Fernando Nasser wrote: > Well, > > Someone just dropped the DROP DATABASE statement rules right in the > middle of the CREATE DATABASE production rules!!! > > Fernando > > > > Fernando Nasser wrote:
Re: [HACKERS] Broken code in gram.y
Well, Someone just dropped the DROP DATABASE statement rules right in the middle of the CREATE DATABASE production rules!!! Fernando Fernando Nasser wrote: > > The OWNER production rules added to DROP DATABASE: > > DropdbStmt: DROP DATABASE database_name >