Olá, preciso instalar o postgres 8.1.4 no windows server 2008 com active
directory instalado, pode me ajudar ? Não estou conseguindo instalar, dá erro,
acho que é por causa do AD.
Atenciosamente,
Marcos Fabrício Corso
Analista de Sistemas Júnior
JM Informática
Fone : (41) 3076-0896
Fax : (41)
"Michal Szelag" <[EMAIL PROTECTED]> writes:
> i have a server crash by retoring database.
> I try to retore my database from a custom package with pg_restore and prom a
> plain package with psql. In both i have the same problem, psl and pg_restore
> outputs:
> pg_restore: [archiver (db)] error ret
Thank you very much for your answer.
In the documentation, the last lines of chapter 5.8 say :
" A parent table cannot be dropped while any of its children
remain. Neither can columns of child tables be dropped or
altered if they are inherited from any parent tables. If you
wish to remove a table
The following bug has been logged online:
Bug reference: 4296
Logged by: Michal Szelag
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3.3
Operating system: 2.6.23-1-amd64[debian etch]
Description:Server crashes by restoring database
Details:
Hallo,
very sor
Am Freitag, 11. Juli 2008 schrieb Fred Perniss:
> In Postgres the switch add_mising_from=on the SQL-Command
>
> DELETE FROM t2
> WHERE (t2.t2_t1_id=t1.t1_id)
> AND t1.t1_inhalt=5
> ;
>
> works (with message in Log).
>
> If the switch add_missing_from=off following Error-Message will be promted:
>
>
The following bug has been logged online:
Bug reference: 4295
Logged by: Fred Perniss
Email address: [EMAIL PROTECTED]
PostgreSQL version: all Versions
Operating system: Open SuSe Linux 11
Description:DELETE WHERE Condition
Details:
Fist: Sorry for my bad english.