From 33b028b5b01084cb5c25aea8cba7f39a3842c420 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 4 Sep 1997 15:02:56 +0000 Subject: [PATCH] Fix syntax error in psql help. --- 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 a88918669e..bff67dc665 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.21 1997/08/19 04:45:04 vadim Exp $ + * $Id: psqlHelp.h,v 1.22 1997/09/04 15:02:56 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -76,7 +76,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],... )\n\t[inherits (,...\n\tarchive=\n\tstore=\n\tarch_store=];"}, + "create table ( [[not] null],... )\n\t[inherits (,...)\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.40.0