Skip to content

Commit 0cfe237

Browse files
committed
Rename perl example eg directory to examples.
1 parent 726926a commit 0cfe237

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/src/FAQ.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ <H4><A NAME="1.14">1.14</A>) How does PostgreSQL compare to other
484484
in our BSD-style license stated above.<BR><BR>
485485
</DL>
486486

487-
<H4><A NAME="1.14">1.14</A>) What are the maximum size limits?</H4><P>
487+
<H4><A NAME="1.15">1.15</A>) What are the maximum size limits?</H4><P>
488488

489489
These are the limits:
490490

src/interfaces/perl5/eg/ApachePg.pl renamed to src/interfaces/perl5/examples/ApachePg.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/local/bin/perl
22

3-
# $Id: ApachePg.pl,v 1.5 1998/09/27 19:12:33 mergl Exp $
3+
# $Id: ApachePg.pl,v 1.1 2000/06/01 03:05:24 momjian Exp $
44

55
# demo script, tested with:
66
# - PostgreSQL-6.4

src/interfaces/perl5/eg/example.newstyle renamed to src/interfaces/perl5/examples/example.newstyle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/local/bin/perl
22

3-
# $Id: example.newstyle,v 1.6 1998/09/27 19:12:34 mergl Exp $
3+
# $Id: example.newstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
44

55
######################### globals
66

src/interfaces/perl5/eg/example.oldstyle renamed to src/interfaces/perl5/examples/example.oldstyle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/local/bin/perl
22

3-
# $Id: example.oldstyle,v 1.6 1998/09/27 19:12:35 mergl Exp $
3+
# $Id: example.oldstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
44

55
######################### globals
66

0 commit comments

Comments
 (0)