Re: change natural column order

From: "gnari" <gnari(at)simnet(dot)is>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: change natural column order
Date: 2004-12-01 00:47:55
Message-ID: 012601c4d73f$65448f80$0100000a@wp2000
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From: "Steve Atkins" <steve(at)blighty(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message gnari 2004-12-01 00:55:39 Re: Trigger Problems
Previous Message Jim C. Nasby 2004-12-01 00:39:23 Re: Trigger Problems