"Daniel Cristian Cruz" <[EMAIL PROTECTED]> writes:
> Where it says:
> "Notice how the AS clause is used to relabel the output column. (The AS
> clause is optional.)"
> It's wrong, because it causes an error if executed without it.
Hmm? You can leave off the AS clause if you want:
SELECT city,
The following bug has been logged online:
Bug reference: 4037
Logged by: Daniel Cristian Cruz
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3
Operating system: Windows
Description:Manual bug: 2.5. Querying a Table
Details:
Where it says:
"Notice how the AS
The following bug has been logged online:
Bug reference: 4036
Logged by: Matt Magoffin
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3.0
Operating system: OS X, Linux
Description:Nested xpath() calls lose namespace support
Details:
I was trying to extract X
The following bug has been logged online:
Bug reference: 4035
Logged by: RGF
Email address: [EMAIL PROTECTED]
PostgreSQL version: latest
Operating system: Windows XP
Description:sql table aliases do not work
Details:
the following sql code throws the following error
"Dave Gurnell" <[EMAIL PROTECTED]> writes:
> Run a query ordered on an expression involving these aliases:
> test=# select x.a as xa, x.b as xb, x.c as xc from numbers as x order by
> (xa + xb + xc);
> ERROR: column "xa" does not exist
> LINE 1: ... x.b as xb, x.c as xc from numbers a
Hi,
As you said, I removed the docs from ADDLOCAL. Then the installation
procedure started. But after that I got an error telling unknown username or
bad password .can u help me with this problem.here is the entire code
msiexec /i postgresql-8.3-int.msi /qr INTERNALLAUNCH=1 ADDLO
The following bug has been logged online:
Bug reference: 4030
Logged by: Dave Gurnell
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.5
Operating system: Mac OS X / Debian
Description:Inconsistency: ORDER BY clauses involving column aliases
Details:
Hi,
I'
Remove the "docs" feature from ADDLOCAL. This will prevent error 2711
(installation package could not be opened).
I also had problems using the SERVICEDOMAIN="%COMPUTERNAME% argument - it
seems to cause MSI to report errors 1708 and 1709 and aborts the
installation.
divya shree wrote:
>
> hi