|
From: Adriano d. S. F. <adr...@gm...> - 2016-03-06 17:49:37
|
Em 06/03/2016 14:39, Dimitry Sibiryakov escreveu: > 06.03.2016 18:02, Adriano dos Santos Fernandes wrote: >> Then you write a proposal and implementation for all commands. > > Actually, I cannot remember any other database object that can be created with name > only, except roles. But roles has no "create or alter" command. Which command did you have > in mind? > You're talking about CREATE IF NOT EXIST, not CREATE OR ALTER, so all commands. If you "create or ALTER" something, you surely need to pass a clause of what you want to alter. Adriano |