From 7566949a970d72745b080eaaeab2364b72ca9e8f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 1 Oct 1997 19:30:59 +0000 Subject: [PATCH] Update manuals for 6.2 release. --- src/bin/psql/psqlHelp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index d942ef052c..1b48a0d990 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: psqlHelp.h,v 1.27 1997/10/01 19:24:21 momjian Exp $ + * $Id: psqlHelp.h,v 1.28 1997/10/01 19:30:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -77,7 +77,7 @@ static struct _helpStruct QL_HELP[] = { "create sequence \n\t[increment ]\n\t[start ]\n\t[minvalue ]\n\t[maxvalue ]\n\t[cache ]\n\t[cycle];"}, {"create table", "create a new table", - "create table ( [not null] [default ],...)\n\t[inherits (,...)\n\t[constraint check () [,check ()] ]\n\tarchive=\n\tstore=\n\tarch_store=];"}, + "create table ( [not null] [default ],...)\n\t[inherits (,...)\n\t[constraint check () [,check ()]\n\tarchive=\n\tstore=\n\tarch_store=];"}, {"create type", "create a new user-defined base data type", "create type (\n\tinternallength = ( | variable),\n\t[externallength = (|variable),]\n\tinput=, output = \n\t[,element = ][,delimiter=][,default=\'\']\n\t[,send = ][,receive = ][,passedbyvalue]);"}, -- 2.11.0