Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6bbdd7a9
Commit
6bbdd7a9
authored
Sep 22, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sbasename $0 is now basename "$0"
parent
f5ab01ad
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
src/bin/scripts/createdb
src/bin/scripts/createdb
+2
-2
src/bin/scripts/createlang.sh
src/bin/scripts/createlang.sh
+2
-2
src/bin/scripts/createuser
src/bin/scripts/createuser
+2
-2
src/bin/scripts/dropdb
src/bin/scripts/dropdb
+2
-2
src/bin/scripts/droplang
src/bin/scripts/droplang
+2
-2
src/bin/scripts/dropuser
src/bin/scripts/dropuser
+2
-2
src/bin/scripts/vacuumdb
src/bin/scripts/vacuumdb
+2
-2
No files found.
src/bin/scripts/createdb
View file @
6bbdd7a9
...
...
@@ -12,11 +12,11 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createdb,v 1.1
6 2001/09/06 04:57:29 ishii
Exp $
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createdb,v 1.1
7 2001/09/22 04:28:12 momjian
Exp $
#
#-------------------------------------------------------------------------
CMDNAME
=
`
basename
$0
`
CMDNAME
=
`
basename
"
$0
"
`
PATHNAME
=
`
echo
$0
|
sed
"s,
$CMDNAME
\$
,,"
`
MB
=
...
...
src/bin/scripts/createlang.sh
View file @
6bbdd7a9
...
...
@@ -7,11 +7,11 @@
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.
29 2001/08/13 21:34:54 petere
Exp $
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.
30 2001/09/22 04:28:12 momjian
Exp $
#
#-------------------------------------------------------------------------
CMDNAME
=
`
basename
$0
`
CMDNAME
=
`
basename
"
$0
"
`
PATHNAME
=
`
echo
$0
|
sed
"s,
$CMDNAME
\$
,,"
`
PSQLOPT
=
...
...
src/bin/scripts/createuser
View file @
6bbdd7a9
...
...
@@ -9,13 +9,13 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.2
0 2001/08/26 04:19:46
momjian Exp $
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.2
1 2001/09/22 04:28:12
momjian Exp $
#
# Note - this should NOT be setuid.
#
#-------------------------------------------------------------------------
CMDNAME
=
`
basename
$0
`
CMDNAME
=
`
basename
"
$0
"
`
PATHNAME
=
`
echo
$0
|
sed
"s,
$CMDNAME
\$
,,"
`
NewUser
=
...
...
src/bin/scripts/dropdb
View file @
6bbdd7a9
...
...
@@ -11,11 +11,11 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropdb,v 1.1
1 2001/02/18 18:34:01
momjian Exp $
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropdb,v 1.1
2 2001/09/22 04:28:12
momjian Exp $
#
#-------------------------------------------------------------------------
CMDNAME
=
`
basename
$0
`
CMDNAME
=
`
basename
"
$0
"
`
PATHNAME
=
`
echo
$0
|
sed
"s,
$CMDNAME
\$
,,"
`
PSQLOPT
=
...
...
src/bin/scripts/droplang
View file @
6bbdd7a9
...
...
@@ -7,11 +7,11 @@
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.1
6 2001/08/13 21:34:54 petere
Exp $
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.1
7 2001/09/22 04:28:12 momjian
Exp $
#
#-------------------------------------------------------------------------
CMDNAME
=
`
basename
$0
`
CMDNAME
=
`
basename
"
$0
"
`
PATHNAME
=
`
echo
$0
|
sed
"s,
$CMDNAME
\$
,,"
`
PSQLOPT
=
...
...
src/bin/scripts/dropuser
View file @
6bbdd7a9
...
...
@@ -9,13 +9,13 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.1
2 2001/02/18 18:34:0
2 momjian Exp $
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.1
3 2001/09/22 04:28:1
2 momjian Exp $
#
# Note - this should NOT be setuid.
#
#-------------------------------------------------------------------------
CMDNAME
=
`
basename
$0
`
CMDNAME
=
`
basename
"
$0
"
`
PATHNAME
=
`
echo
$0
|
sed
"s,
$CMDNAME
\$
,,"
`
PSQLOPT
=
...
...
src/bin/scripts/vacuumdb
View file @
6bbdd7a9
...
...
@@ -12,11 +12,11 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/vacuumdb,v 1.1
7 2001/07/10 22:09:29 tgl
Exp $
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/vacuumdb,v 1.1
8 2001/09/22 04:28:12 momjian
Exp $
#
#-------------------------------------------------------------------------
CMDNAME
=
`
basename
$0
`
CMDNAME
=
`
basename
"
$0
"
`
PATHNAME
=
`
echo
$0
|
sed
"s,
$CMDNAME
\$
,,"
`
PSQLOPT
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment