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
68913b0f
Commit
68913b0f
authored
Jun 23, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link dbmirror into /contrib system.
parent
d64b97ae
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
contrib/Makefile
contrib/Makefile
+2
-1
contrib/README
contrib/README
+12
-9
No files found.
contrib/Makefile
View file @
68913b0f
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.3
1 2002/02/22 23:05:3
4 momjian Exp $
# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.3
2 2002/06/23 22:15:0
4 momjian Exp $
subdir
=
contrib
top_builddir
=
..
...
...
@@ -11,6 +11,7 @@ WANTED_DIRS = \
cube
\
dbase
\
dblink
\
dbmirror
\
dbsize
\
earthdistance
\
findoidjoins
\
...
...
contrib/README
View file @
68913b0f
...
...
@@ -50,6 +50,10 @@ dblink -
Allows remote query execution
by Joe Conway <joe.conway@mail.com>
dbmirror -
Replication server
by Steven Singer <ssinger@navtechinc.com>
dbsize -
Reports database and table disk space
by Peter Eisentraut <peter_e@gmx.net>
...
...
@@ -75,7 +79,6 @@ intagg -
Integer aggregator
by mlw <markw@mohawksoft.com>
intarray -
Index support for arrays of int4, using GiST
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov <oleg@sai.msu.su>
...
...
@@ -105,20 +108,20 @@ miscutil -
by Massimo Dal Zotto <dz@cs.unitn.it>
mysql -
u
tility to convert MySQL schema dumps to SQL92 and PostgreSQL
U
tility to convert MySQL schema dumps to SQL92 and PostgreSQL
by Thomas Lockhart <lockhart@alumni.caltech.edu>
Max Rudensky <fonin@ziet.zhitomir.ua>
Valentine Danilchuk <valdan@ziet.zhitomir.ua>
noupdate -
t
rigger to prevent updates on single columns
T
rigger to prevent updates on single columns
oid2name -
m
aps numeric files to table names
M
aps numeric files to table names
by B Palmer <bpalmer@crimelabs.net>
oracle -
c
onverts Oracle database schema to PostgreSQL
C
onverts Oracle database schema to PostgreSQL
by Gilles Darold <gilles@darold.net>
pg_controldata -
...
...
@@ -158,11 +161,11 @@ pgstattuple -
by Tatsuo Ishii <t-ishii@sra.co.jp>
retep -
t
ools to build retep tools packages
T
ools to build retep tools packages
by Peter T Mount <peter@retep.org.uk>
rserv -
r
eplication server
R
eplication server
by Vadim B. Mikheev <vadim4o@email.com>
rtree_gist -
...
...
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