Fixes sql comments

create_drop_db_gh
gindibay 2023-10-04 13:40:37 +03:00
parent 90ead5dd19
commit 1b8c400821
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
-- citus--12.1-1--12.2-1
/*
* citus_internal_database_command creates a database according to the given command.
*/
--
-- citus_internal_database_command creates a database according to the given command.
CREATE OR REPLACE FUNCTION pg_catalog.citus_internal_database_command(command text)
RETURNS void
LANGUAGE C