diff options
Diffstat (limited to 'src/tutorial')
-rw-r--r-- | src/tutorial/funcs.c | 2 | ||||
-rw-r--r-- | src/tutorial/funcs_new.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c index a988ad431b..0ca31ac19c 100644 --- a/src/tutorial/funcs.c +++ b/src/tutorial/funcs.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/tutorial/funcs.c,v 1.14 2006/03/11 04:38:42 momjian Exp $ */ + /****************************************************************************** These are user-defined functions that can be bound to a Postgres backend and called by Postgres to execute SQL functions of the same name. diff --git a/src/tutorial/funcs_new.c b/src/tutorial/funcs_new.c index 9c63abaf14..9a49034063 100644 --- a/src/tutorial/funcs_new.c +++ b/src/tutorial/funcs_new.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/tutorial/funcs_new.c,v 1.7 2006/03/11 04:38:42 momjian Exp $ */ + /****************************************************************************** These are user-defined functions that can be bound to a Postgres backend and called by Postgres to execute SQL functions of the same name. |