Обсуждение:

Поиск
Список
Период
Сортировка

От
"venkat"
Дата:
Sir,
        I  was doing  download and installation of postgress as per the attaced document, every thing went as per the procedure
        1.Installation of cygrix
        2.Installation of cygIpc-1.11
       But,
       3.PostgreSQL installion I'm not find the /usr/local/pgsql/data  path at all only I have /usr/local only
    I will postgress is not downloaded with cygrix7.2 version.
 
Now question is how an I solve this problem? where do I find the Postgre compactiable with this
.I need to have this run for my jave applications,please help at earliest.
Mean while I keep trying to search for solution.
 
 
with regards
Mahesh.k

DISCLAIMER---------------------------------------------------------------------------This email message and any attachments is confidential and intended only forthe use of an individual or entity named above and may contain informationthat is privileged, confidential or exempt from disclosure under applicablelaw.  If you are not the intended recipient, you are notified that anydissemination, distribution or copying of this email is strictly prohibited.If you have received this email in error, please notify us immediately byreturn email or admin@spanservices.com and destroy the original message.Opinions, conclusions, and other information in this message that do notrelate to the official business of SPAN, shall be understood to be neithergiven nor endorsed by SPAN
________________________________________
Mails are Scanned and Filtered for Virus
support@penguindia.com

Вложения

Re:

От
Bruce Momjian
Дата:
Francisco J Reyes wrote:
> > I added this to the disk space FAQ item. Let's see how that works:
> >
> >     <P><SMALL>NULL</SMALL>s are stored in bitmaps, so they
> >     use very little space.</P>
>
> That would work, although we would probably save further questions in the
> future if we had the longer explanation on the FAQ or pointed the user to
> see the Data Types section of the Docs for more detail.. Then
> on the data type section mention (if it already doesn't have it) how the
> bitmap is used when there are NULLs.

OK, I will try to get something into the datatypes section about NULL
storage.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026



Re:

От
Tom Lane
Дата:
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> That would work, although we would probably save further questions in the
>> future if we had the longer explanation on the FAQ or pointed the user to
>> see the Data Types section of the Docs for more detail.. Then
>> on the data type section mention (if it already doesn't have it) how the
>> bitmap is used when there are NULLs.

> OK, I will try to get something into the datatypes section about NULL
> storage.

I don't think it belongs in Datatypes, but in Performance Tips.
In general, Datatypes is talking about features, not performance or
internal implementation details.

            regards, tom lane