1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Attached is documentation describing plperlu differences from plperl.

Alex Pilosov
This commit is contained in:
Bruce Momjian
2001-06-22 21:37:14 +00:00
parent 140ddb78fe
commit 9e39ffe4cd
2 changed files with 24 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/creatinh.c,v 1.77 2001/05/14 20:30:20 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/creatinh.c,v 1.78 2001/06/22 21:37:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -218,7 +218,7 @@ RemoveRelation(char *name)
}
/*
* TruncateRelation --
* TruncateRelation
* Removes all the rows from a relation
*
* Exceptions: