[BUGS] bug in pg_dump

2000-06-20 Thread Merrill Oveson
PGSQL-BUGS: I recently did a pg_dump of my data from 7.0 and did an upgrade to 7.0.2. Then I did a: psql "database name" -f "my sql dump file" The problem is that a table was created that uses a funtion, which function had not yet been created. (The function is created later on in the dump file

[BUGS] ERROR: CREATE DATABASE

2000-06-20 Thread Javier Quiles
Hallo I am so sorry to bother you with this (I guess) elemental question, but after two days of changing permissions and paths I do not know what to try next. I have downloaded and compiled and installed all the software in the distribution on a Sun Ultra 10 running Solaris 2.6. This was easy fol

[BUGS] Official Bug Report / attachment

2000-06-20 Thread Bernie Huang
If PostgreSQL failed to compile on your computer or you found a bug that is likely to be specific to one platform then please fill out this form and e-mail it to [EMAIL PROTECTED] To report any other bug, fill out the form below and e-mail it to [EMAIL PROTECTED] If you not only found the pro

[BUGS] BUG?! primary key in inherited table

2000-06-20 Thread Bernie Huang
Hi, Is primary key similar to 'not null columns with indices'? The reason I am asking because I found that when you inherit table B from table A, the primary key in A won't be inherited to B, but only the columns. I was wondering how do you inherit a primary key or, even, a foreign key? If it

[BUGS] ERROR: CREATE DATABASE solved

2000-06-20 Thread Javier Quiles
Javier Quiles wrote: > Hallo > I am so sorry to bother you with this (I guess) elemental question, but > after two days of changing permissions and paths I do not know what to > try next. > > I have downloaded and compiled and installed all the software in the > distribution on a Sun Ultra 10 run