Re: [BUGS] BUG #1625: INTALL PROBLEM

2005-04-26 Thread Lasantha Kularatne
I think first and funniest reason may be the server is not running. First check whether it is running. >ps -ax | grep postmaster If the server is down you have to start it. >/usr/loacl/pgsql/bin/postmaster -I -d /usr/loacl/pgsql/data > output.log 2 > &1 & Then create a simple database and instal

Re: [BUGS] BUG #1626: Minimum documented values aren't accepted for all basic integer types

2005-04-26 Thread Tom Lane
"Dennis Vshivkov" <[EMAIL PROTECTED]> writes: > # SELECT -32768::SMALLINT; > ERROR: smallint out of range Not a bug, because that is read as "-(32768::SMALLINT)", per the documented operator precedence. Try (-32768)::SMALLINT. regards, tom lane -

[BUGS] BUG #1625: INTALL PROBLEM

2005-04-26 Thread Juan Villa
The following bug has been logged online: Bug reference: 1625 Logged by: Juan Villa Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.5 Operating system: Linux SuSe 9.2 Description:INTALL PROBLEM Details: After install it, the folowig command show me: > crea

[BUGS] BUG #1627: Fails to compile

2005-04-26 Thread John Danger
The following bug has been logged online: Bug reference: 1627 Logged by: John Danger Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.2 Operating system: Mac OSX 10.4 Description:Fails to compile Details: While I don't have extensive experience with compilin

[BUGS] BUG #1626: Minimum documented values aren't accepted for all basic integer types

2005-04-26 Thread Dennis Vshivkov
The following bug has been logged online: Bug reference: 1626 Logged by: Dennis Vshivkov Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.6, 8.0.2 Operating system: Debian GNU/Linux sarge, kernel 2.4.x Description:Minimum documented values aren't accepted for