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
0cfe2374
Commit
0cfe2374
authored
Jun 01, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename perl example eg directory to examples.
parent
726926a5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
doc/src/FAQ.html
doc/src/FAQ.html
+1
-1
src/interfaces/perl5/examples/ApachePg.pl
src/interfaces/perl5/examples/ApachePg.pl
+1
-1
src/interfaces/perl5/examples/example.newstyle
src/interfaces/perl5/examples/example.newstyle
+1
-1
src/interfaces/perl5/examples/example.oldstyle
src/interfaces/perl5/examples/example.oldstyle
+1
-1
No files found.
doc/src/FAQ.html
View file @
0cfe2374
...
...
@@ -484,7 +484,7 @@ add our code to your product with no limitations, except those outlined
in our BSD-style license stated above.
<BR><BR>
</DL>
<H4><A
NAME=
"1.1
4"
>
1.14
</A>
) What are the maximum size limits?
</H4><P>
<H4><A
NAME=
"1.1
5"
>
1.15
</A>
) What are the maximum size limits?
</H4><P>
These are the limits:
...
...
src/interfaces/perl5/e
g
/ApachePg.pl
→
src/interfaces/perl5/e
xamples
/ApachePg.pl
View file @
0cfe2374
#!/usr/local/bin/perl
# $Id: ApachePg.pl,v 1.
5 1998/09/27 19:12:33 mergl
Exp $
# $Id: ApachePg.pl,v 1.
1 2000/06/01 03:05:24 momjian
Exp $
# demo script, tested with:
# - PostgreSQL-6.4
...
...
src/interfaces/perl5/e
g
/example.newstyle
→
src/interfaces/perl5/e
xamples
/example.newstyle
View file @
0cfe2374
#!/usr/local/bin/perl
# $Id: example.newstyle,v 1.
6 1998/09/27 19:12:34 mergl
Exp $
# $Id: example.newstyle,v 1.
1 2000/06/01 03:05:24 momjian
Exp $
######################### globals
...
...
src/interfaces/perl5/e
g
/example.oldstyle
→
src/interfaces/perl5/e
xamples
/example.oldstyle
View file @
0cfe2374
#!/usr/local/bin/perl
# $Id: example.oldstyle,v 1.
6 1998/09/27 19:12:35 mergl
Exp $
# $Id: example.oldstyle,v 1.
1 2000/06/01 03:05:24 momjian
Exp $
######################### globals
...
...
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