Project

General

Profile

« Previous | Next » 

Revision 1310

Added by Jing Tao about 22 years ago

Add a note for postgresql user to update table structure.

View differences:

README
34 34

  
35 35
In this release, the sturcture of xml_replication table was changed. If you try 
36 36
to update a installed Metacat, you should run a script file to updated the table
37
structure before installation. For Oracle user: At the SQLPLUS prompt type the 
38
following:
37
structure before installation. 
38
For Oracle user: At the SQLPLUS prompt type the following -
39 39
@src/xmlreplicationtable.sql
40
For Postgresql user: At install directory prompt type the following -
41
psql exp < src/xmlreplicationtable_postgres.sql
42
(exp is the database name).
40 43

  
41 44
If you a new Metacat user, don't need to do it. 
42 45

  

Also available in: Unified diff