diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-03-11 04:38:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-03-11 04:38:42 +0000 |
commit | f3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch) | |
tree | 2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /src/tutorial/funcs.c | |
parent | 7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff) | |
download | postgresql-f3d99d160d1f6104dc7b1b44e66aa4c713e52680.tar.gz postgresql-f3d99d160d1f6104dc7b1b44e66aa4c713e52680.zip |
Add CVS tag lines to files that were lacking them.
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. |