File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
#
10
10
# IDENTIFICATION
11
- # $Header: /cvsroot/pgsql/src/bin/createuser/Attic/createuser.sh,v 1.7 1996/11/17 03:54:54 bryanh Exp $
11
+ # $Header: /cvsroot/pgsql/src/bin/createuser/Attic/createuser.sh,v 1.8 1997/05/07 02:59:46 scrappy Exp $
12
12
#
13
13
# Note - this should NOT be setuid.
14
14
#
96
96
97
97
if [ -z " $NEWUSER " ]
98
98
then
99
- echo _fUnKy_DASH_N_sTuFf_ " Enter name of user to add ---> " _fUnKy_BACKSLASH_C_sTuFf_
99
+ echo _fUnKy_DASH_N_sTuFf_ " Enter name of user to add ---> _fUnKy_BACKSLASH_C_sTuFf_"
100
100
read NEWUSER
101
101
fi
102
102
134
134
fi
135
135
while [ -z " $SYSID " ]
136
136
do
137
- echo _fUnKy_DASH_N_sTuFf_ " Enter user's postgres ID$DEFMSG -> " _fUnKy_BACKSLASH_C_sTuFf_
137
+ echo _fUnKy_DASH_N_sTuFf_ " Enter user's postgres ID$DEFMSG -> _fUnKy_BACKSLASH_C_sTuFf_"
138
138
read SYSID
139
139
[ -z " $SYSID " ] && SYSID=$DEFSYSID ;
140
140
SYSIDISNUM=` echo $SYSID | egrep ' ^[0-9]+$' `
173
173
174
174
while [ " $yn " != y -a " $yn " != n ]
175
175
do
176
- echo _fUnKy_DASH_N_sTuFf_ " Is user \" $NEWUSER \" allowed to create databases (y/n) " _fUnKy_BACKSLASH_C_sTuFf_
176
+ echo _fUnKy_DASH_N_sTuFf_ " Is user \" $NEWUSER \" allowed to create databases (y/n) _fUnKy_BACKSLASH_C_sTuFf_"
177
177
read yn
178
178
done
179
179
192
192
193
193
while [ " $yn " != y -a " $yn " != n ]
194
194
do
195
- echo _fUnKy_DASH_N_sTuFf_ " Is user \" $NEWUSER \" allowed to add users? (y/n) " _fUnKy_BACKSLASH_C_sTuFf_
195
+ echo _fUnKy_DASH_N_sTuFf_ " Is user \" $NEWUSER \" allowed to add users? (y/n) _fUnKy_BACKSLASH_C_sTuFf_"
196
196
read yn
197
197
done
198
198
Original file line number Diff line number Diff line change 8
8
#
9
9
#
10
10
# IDENTIFICATION
11
- # $Header: /cvsroot/pgsql/src/bin/destroyuser/Attic/destroyuser.sh,v 1.6 1996/11/17 03:55:07 bryanh Exp $
11
+ # $Header: /cvsroot/pgsql/src/bin/destroyuser/Attic/destroyuser.sh,v 1.7 1997/05/07 02:59:52 scrappy Exp $
12
12
#
13
13
# Note - this should NOT be setuid.
14
14
#
90
90
91
91
if [ -z " $DELUSER " ]
92
92
then
93
- echo _fUnKy_DASH_N_sTuFf_ " Enter name of user to delete ---> " _fUnKy_BACKSLASH_C_sTuFf_
93
+ echo _fUnKy_DASH_N_sTuFf_ " Enter name of user to delete ---> _fUnKy_BACKSLASH_C_sTuFf_"
94
94
read DELUSER
95
95
fi
96
96
154
154
yn=f
155
155
while [ $yn != y -a $yn != n ]
156
156
do
157
- echo _fUnKy_DASH_N_sTuFf_ " Deleting user $DELUSER will destroy them. Continue (y/n)? " _fUnKy_BACKSLASH_C_sTuFf_
157
+ echo _fUnKy_DASH_N_sTuFf_ " Deleting user $DELUSER will destroy them. Continue (y/n)? _fUnKy_BACKSLASH_C_sTuFf_"
158
158
read yn
159
159
done
160
160
Original file line number Diff line number Diff line change 5
5
*
6
6
* Copyright (c) 1994, Regents of the University of California
7
7
*
8
- * $Id: pg_dump.h,v 1.13 1997/05/06 05:20:21 vadim Exp $
8
+ * $Id: pg_dump.h,v 1.14 1997/05/07 02:59:59 scrappy Exp $
9
9
*
10
10
* Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
11
11
*
15
15
*-------------------------------------------------------------------------
16
16
*/
17
17
18
+ #include <catalog/pg_index.h>
18
19
19
20
/* The *Info data structures run-time C structures used to store
20
21
system catalog information */
You can’t perform that action at this time.
0 commit comments