Porting from MySQL. - Mailing list pgsql-ports

From Danny Appaiah
Subject Porting from MySQL.
Date
Msg-id 1524368718.20011004161026@indvalley.com
Whole thread Raw
Responses Re: Porting from MySQL.
List pgsql-ports
Hello Sir,

I have some issues with postgres.

We are planning to port a Billing Application from MySQL+PHP to
PostGres 7.1+PHP.

The issues are maily with capitalized column names.

My Table Name: NetworkName
Column Name1 : NetCode
Column Name2 : NetworkName

All over the application we have used statements like (After fetching *
from above table).

echo $Row["NetCode"]; and echo $Row["NetworkName"];

these statements return nothing where as statements like

echo $Row["netcode"]; and echo $Row["networkname"] display correct
values.

Why is this difference when my column names are capitalized. Even the "psql"
tool displays all column names in lower cases.

I need to port my application urgently ..

Thanks in Advance,
Danny Appaiah


pgsql-ports by date:

Previous
From: Moritz Gmelin
Date:
Subject: postgres on MacOS X 10.1
Next
From: "Scott W. Hill"
Date:
Subject: Re: postgres on MacOS X 10.1