Prezado Senhor
Estou tentando instalar o Postgresql 8.0 em um Pc com Windows 2000. Qdo chega na parte de definir usuario( conta), dominio e senha, aparece os seguintes erros:
1) conta já existe
OU
2) conflito de mapeamento entre as contas
O que devo fazer?
Qdo tento instalar não optando
On Wed, 28 Apr 2004, [iso-8859-1] Aldrey Galindo wrote:
> Hi,
>Would like to report a problem that happened with a
> friend mine. I was to inquire and I found the
> following one.
>
> --
> db=# create table teste (desc varchar(50));
> ERROR: parser: parse error at or near "desc" at
> charact
=?iso-8859-1?q?Aldrey=20Galindo?= <[EMAIL PROTECTED]> writes:
> db=# create table teste (desc varchar(50));
> ERROR: parser: parse error at or near "desc" at
> character 21
DESC is a reserved keyword, per the SQL specification.
If you really really want to name your column or table "desc", you c
Hi,
Would like to report a problem that happened with a
friend mine. I was to inquire and I found the
following one.
--
db=# create table teste (desc varchar(50));
ERROR: parser: parse error at or near "desc" at
character 21
db=# create table desc (teste varchar(50));
ERROR: parser: parse er
Instalei o cygwin com o Postgre 7.4.1 no Windows XP e quando executo o
comando initdb -D /usr/share/postgresql/data apresenta um erro SIGNAL 11.
O que pode estar errado ?
Segue o erro.
fixing permissions on existing directory /usr/share/postgresql/data... ok
creating directory /usr/share/postgr