Search Postgresql Archives

Re: script errors or PEBKAC?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/04/2011 07:48 AM, Thufir Hawat wrote:
I cannot get the script here:

https://docs.google.com/leaf?id=0B5hKxkS1VyAxOGMzZjY4ZjktZjZkOS00Zjc3LWExYmEtYTU3ZThjYzZiMjk3&hl=en

to run correctly.  Looking at the output, many, many, errors, it seems
to assume tables exist which don't. Is that correct?

Actually no. The tables do exist but they have dependencies:

ERROR:  cannot drop table izposoja because other objects depend on it
DETAIL: constraint fk_knjiga_i_relations_izposoja on table knjiga_izposoja depends on table izposoja
HINT:  Use DROP ... CASCADE to drop the dependent objects too.

The script is trying to DROP the table but cannot as CASCADE was not included in the DROP statement. This is repeated for other tables also. This accounts for some of the errors. The rest seem to follow from this. The tables are not dropped but then data is put into them that conflicts the pre-existing data.


The script is supposed to create a database, but it seems to assume that
the schema is already there and configured?

If it is supposed to create a database it is doing it on one that exists already, which this script is unable to handle. Without seeing the actual script it hard to say exactly why.


Or, maybe I'm not running it correctly?

Yes:)



thanks,

Thufir




--
Adrian Klaver
adrian.klaver@xxxxxxxxx

--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux