Re: [BUGS] Full path to procedural language in the dump is a bug

2002-04-08 Thread Tom Lane
Victor Wagner <[EMAIL PROTECTED]> writes: > I propose solution to this problem - define a predefined > substitution variable pg_lib in the psql which points to the > library directory of current installation, and make pg_dump output > procedural language implementation following way: You're too

[BUGS] Full path to procedural language in the dump is a bug

2002-04-08 Thread Victor Wagner
It is very natural to careful system administrator to upgrade production database following way: 1. Install new version of PostgreSQL in alternate location 2. Start it on alternate port 3. restore all the data from latest backup 4. Test the installation 5. And only than put it in production use.