I can not access a table if it is uppercase without
putting quotes around it..
Hello,
I have a problem when I ran a VACUUM on a Postgresql database, I had tried
to do it a few times and the vacuum always stop in the same place with the
same error (or message), and it takes more than one hour before I got it.
The message that I get is in spanish and it says : No space left
Operating System: Mac OS X 10.1.1 (Build 5M28)
PostgreSQL Version: CVS checkout as of Nov 17, 2001
Problem Category: Building
After running ./configure and then "make all" the build stopped with the
message
cc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../..
Murray Todd Williams <[EMAIL PROTECTED]> writes:
> The base directory of my build was /Volumes/SCSI Volume/devel/pgsql. I
> had a wild hunch that the space in the "SCSI Volume" part of my path was
> to blame, so I unpacked a clean copy of the source material to
> /usr/local/src/pgsql (no spaces
I said:
> Looks like we need some double quotes in that there ln -s command.
Sure enough, you can build in a directory whose path contains spaces
after addition of double quotes to src/backend/Makefile's ln -s
command for parse.h.
However, I found that a lot of things blow up if you try to speci
> I can not access a table if it is uppercase without putting quotes around it..
Yes, this is known behavior, per SQL standard.
--
Bruce Momjian| http://candle.pha.pa.us
[EMAIL PROTECTED] | (610) 853-3000
+ If your life is a hard drive, | 830