diff options
Diffstat (limited to 'src/tutorial/funcs.c')
-rw-r--r-- | src/tutorial/funcs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c index a988ad431b2..0ca31ac19c9 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. |