On Friday 18 April 2008 11:34, Adhikari, Tika Ram wrote:
> Dear Sir/Madam,
>
> I request for one help. I would like to work on postgresql.org. But I do
> not know how to install this software in my machine. Would you please
> kindly help me?
>
>
> Thanks
> Tika
See: http://www.postgresql.org/docs/
Dear Sir/Madam,
I request for one help. I would like to work on postgresql.org. But I do not
know how to install this software in my machine. Would you please kindly help
me?
Thanks
Tika
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
htt
John R Pierce wrote:
I would really like postgres to model the alter syntax of mysql,
which is really easy to modify table schema especially to include the
AFTER col_name part.
A) why does the order of the columns in a particular table matter at all?
If coding without caring (about portability/
I would really like postgres to model the alter syntax of mysql, which
is really easy to modify table schema especially to include the AFTER
col_name part.
A) why does the order of the columns in a particular table matter at all?
B) is this any sort of SQL standard?
---(e
>
> It is really hard to currently alter table schema.
>
> Particularly the order of the table schema.
>
> to move a column position is very hard. worse if your table as
references (and which proper
> tables don't ?)
Doesn't that in itself promote bad progra
It is really hard to currently alter
table schema.
Particularly the order of the table
schema.
to move a column position is very
hard. worse if your table as references (and which proper tables don't
?)
I would really like postgres to
model the alter syntax of mysql, which is reall