diff options
Diffstat (limited to 'contrib/findoidjoins/README.findoidjoins')
-rw-r--r-- | contrib/findoidjoins/README.findoidjoins | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/findoidjoins/README.findoidjoins b/contrib/findoidjoins/README.findoidjoins index 557fd041586..14c17e1e0ed 100644 --- a/contrib/findoidjoins/README.findoidjoins +++ b/contrib/findoidjoins/README.findoidjoins @@ -1,10 +1,10 @@ findoidjoins -This program scans a database, and prints oid fields (also regproc fields) -and the tables they join to. CAUTION: it is ver-r-r-y slow on a large -database, or even a not-so-large one. We don't really recommend running -it on anything but an empty database, such as template1. +This program scans a database, and prints oid fields (also regproc, regclass +and regtype fields) and the tables they join to. CAUTION: it is ver-r-r-y +slow on a large database, or even a not-so-large one. We don't really +recommend running it on anything but an empty database, such as template1. Uses pgeasy library. |