On 29-11-2011 18:28, Claudio Valderrama C. wrote:
>> -----Original Message-----
>> From: Adriano dos Santos Fernandes [mailto:adrian...@gmail.com] 
>> Sent: Martes, 29 de Noviembre de 2011 6:41
>>>
>> I believe it's better to have a system package with functions 
>> able to do 
>> that, instead of continue allowing these changes directly.
> 
> Yes, no more fiddling with system tables, please. Add more DDL or system
> functions.
> I'm not sure about the requirements, so I will try to guess:
> 
> - make all comments on the db NULL
> - make all comments on a class of objects NULL (for example, all tables)
> - make all comments on a specific object NULL (table+fields, proc+params,
> etc).
> 
> Something like that for rdb$%_source fields?
> 

I thing something like:

firebird.set_comment(<object type>, <object name>, <comment>)

firebird.set_source(<object type>, <object name>, <source>)

<comment> and <source> are of blob type and can be null.


Adriano

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to