31.05.2018 18:14, blackfalconsoftw...@outlook.com [firebird-support] wrote:
> However, maybe Firebird 3.x.x does NOT allow this as Carlos' manual 
> suggests...

   I've just trued:

SQL> show version;
Server version:
Firebird/Windows/Intel/i386 (access method), version "WI-V3.0.2.32703 Firebird 
3.0"
on disk structure version 12.0
SQL> create procedure aaaaaa as begin /* */ end;
SQL> select rdb$procedure_source from rdb$procedures where 
rdb$procedure_name='AAAAAA';

RDB$PROCEDURE_SOURCE
====================
               1a:1e0
==============================================================================
RDB$PROCEDURE_SOURCE:
begin /* */ end
==============================================================================

SQL> update rdb$procedures set rdb$procedure_source=null where 
rdb$procedure_name='AAAAAA';
SQL> commit;
SQL> select rdb$procedure_source from rdb$procedures where 
rdb$procedure_name='AAAAAA';

RDB$PROCEDURE_SOURCE
====================
               <null>


-- 
   WBR, SD.


------------------------------------

------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/firebird-support/join
    (Yahoo! ID required)

<*> To change settings via email:
    firebird-support-dig...@yahoogroups.com 
    firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
    https://info.yahoo.com/legal/us/yahoo/utos/terms/

  • [firebird-s... Chuck Belanger phytot...@lanset.com [firebird-support]
    • Re: [f... Chuck Belanger phytot...@lanset.com [firebird-support]
      • Re... Helen Borrie hele...@iinet.net.au [firebird-support]
        • ... Chuck Belanger phytot...@lanset.com [firebird-support]
          • ... Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]
            • ... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
              • ... Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]
    • Re: [f... Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
    • Re: [f... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
      • Re... blackfalconsoftw...@outlook.com [firebird-support]
        • ... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
    • Re: [f... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
      • Re... blackfalconsoftw...@outlook.com [firebird-support]

Reply via email to