You can move a table from one schema to another:
ALTER TABLE my_table SET SCHEMA different_schema;
However, I cannot find an equivalent function to move a function from one circuit to another.
How can i do this?
(version 8.3+)
8.3+
Taken from docs :
ALTER FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] ) SET SCHEMA new_schema
Source: https://habr.com/ru/post/1770810/More articles:log4j Appender closed by mistake - javaМожет ли TabHost использоваться в другом элементе Android? - androidAvalonEdit - visible text - c #Некоторые браузеры не распознают метатеги, добавленные через Javascript - javascriptPHP PECL extension providing malformed results for Swedish sequence numbers - phpИзмените схему нескольких функций PostgreSQL за одну операцию? - functionUnwanted items on the site - rПрямое программирование GDI в C на Windows - c99ASHX C # for each loop on POST vars - c #How to allow only one user to run my program in C #, but also allow multiple instances? - c #All Articles