mirror of
https://github.com/postgres/postgres.git
synced 2025-10-13 18:28:01 +03:00
Add CVS version labels to all install/uninstall scripts.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* $PostgreSQL: pgsql/contrib/adminpack/adminpack.sql.in,v 1.6 2007/11/13 04:24:27 momjian Exp $ */
|
||||
|
||||
/* ***********************************************
|
||||
* Administrative functions for PostgreSQL
|
||||
* *********************************************** */
|
||||
|
@@ -1,3 +1,5 @@
|
||||
/* $PostgreSQL: pgsql/contrib/adminpack/uninstall_adminpack.sql,v 1.4 2007/11/13 04:24:27 momjian Exp $ */
|
||||
|
||||
DROP FUNCTION pg_catalog.pg_file_write(text, text, bool) ;
|
||||
DROP FUNCTION pg_catalog.pg_file_rename(text, text, text) ;
|
||||
DROP FUNCTION pg_catalog.pg_file_rename(text, text) ;
|
||||
|
Reference in New Issue
Block a user