Re: change natural column order - Mailing list pgsql-general

From gnari
Subject Re: change natural column order
Date
Msg-id 012601c4d73f$65448f80$0100000a@wp2000
Whole thread Raw
In response to Re: change natural column order  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-general
From: "Steve Atkins" <steve@blighty.com>
>
> Would you care to expand on why you think this...
>
>   my $row = $dbh->selectrow_hashref("select * from $table");
>   print 'foo = ', $row{'foo'};
>
> ...is inherently a a code defect?

because it does not work ? (you mean $row->{'foo'})

sorry, could not resist :-)

gnari



pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Trigger Problems
Next
From: "gnari"
Date:
Subject: Re: Trigger Problems