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
2c3bd9e8
Commit
2c3bd9e8
authored
Sep 04, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/usr/local/bin/perl => /usr/bin/perl
parent
2ec5eedd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
src/interfaces/perl5/examples/ApachePg.pl
src/interfaces/perl5/examples/ApachePg.pl
+2
-2
src/interfaces/perl5/examples/example.newstyle
src/interfaces/perl5/examples/example.newstyle
+2
-2
src/interfaces/perl5/examples/example.oldstyle
src/interfaces/perl5/examples/example.oldstyle
+2
-2
src/interfaces/perl5/test.pl
src/interfaces/perl5/test.pl
+2
-2
src/test/performance/runtests.pl
src/test/performance/runtests.pl
+1
-1
No files found.
src/interfaces/perl5/examples/ApachePg.pl
View file @
2c3bd9e8
#!/usr/
local/
bin/perl
#!/usr/bin/perl
# $Id: ApachePg.pl,v 1.
1 2000/06/01 03:05:24 momjian
Exp $
# $Id: ApachePg.pl,v 1.
2 2001/09/04 11:41:04 petere
Exp $
# demo script, tested with:
# - PostgreSQL-6.4
...
...
src/interfaces/perl5/examples/example.newstyle
View file @
2c3bd9e8
#!/usr/
local/
bin/perl
#!/usr/bin/perl
# $Id: example.newstyle,v 1.
1 2000/06/01 03:05:24 momjian
Exp $
# $Id: example.newstyle,v 1.
2 2001/09/04 11:41:04 petere
Exp $
######################### globals
...
...
src/interfaces/perl5/examples/example.oldstyle
View file @
2c3bd9e8
#!/usr/
local/
bin/perl
#!/usr/bin/perl
# $Id: example.oldstyle,v 1.
1 2000/06/01 03:05:24 momjian
Exp $
# $Id: example.oldstyle,v 1.
2 2001/09/04 11:41:04 petere
Exp $
######################### globals
...
...
src/interfaces/perl5/test.pl
View file @
2c3bd9e8
#!/usr/
local/
bin/perl -w
#!/usr/bin/perl -w
# $Id: test.pl,v 1.1
3 2000/11/17 00:24:03 tgl
Exp $
# $Id: test.pl,v 1.1
4 2001/09/04 11:41:04 petere
Exp $
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'
...
...
src/test/performance/runtests.pl
View file @
2c3bd9e8
#!/usr/
local/
bin/perl
#!/usr/bin/perl
#
# Accepts one argument - DBMS name (pgsql, ...) and initializes
# global variable $TestDBMS with this name.
...
...
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