diff options
| author | Bruce Momjian | 1999-09-23 17:03:39 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-09-23 17:03:39 +0000 |
| commit | e7cad7b0cbf88e2c0c5bf89957e60657561ffd70 (patch) | |
| tree | 2d88ae4f0faeadd7796481f626364e81f116e956 /src/include/commands | |
| parent | abd4bf13416e0dab832be4944d51de2f9e25f784 (diff) | |
Add TRUNCATE command, with psql help and sgml additions.
Diffstat (limited to 'src/include/commands')
| -rw-r--r-- | src/include/commands/creatinh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h index 60b5ae0d044..ffb111937a0 100644 --- a/src/include/commands/creatinh.h +++ b/src/include/commands/creatinh.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: creatinh.h,v 1.9 1999/02/13 23:21:18 momjian Exp $ + * $Id: creatinh.h,v 1.10 1999/09/23 17:03:16 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,5 +17,6 @@ extern void DefineRelation(CreateStmt *stmt, char relkind); extern void RemoveRelation(char *name); +extern void TruncateRelation(char *name); #endif /* CREATINH_H */ |
