[EMAIL PROTECTED] (Tom Lane) writes:
> Mats Lofkvist <[EMAIL PROTECTED]> writes:
> > But when doing ~1000 updates (i.e. setting val0 and val1 with
> > a where on an existing key0/key1/key2 triplet), I get this which
> > seems very strange to me:
>
> I suppose you repeatedly updated the same row
Bruce,
Thanks for the reply. It installed fine but when I ran initdb this was
the output:
[mikef-ti:/usr/local/pgsql] postgres% bin/initdb
The files belonging to this database system will be owned by user
"postgres".
This user must also own the server process.
The database cluster will be i
Yes, it's 10.2. My environment is pretty much out of the box. I did a clean install about a week ago and I really haven't had much time to customize it.
[mikef-ti:~] mikef% env
HOME=/Users/mikef
SHELL=/bin/tcsh
USER=mikef
LANG=en_US
PATH=/bin:/sbin:/usr/bin:/usr/sbin
__CF_USER_TEXT_ENCODING=0x
Michael Fortin <[EMAIL PROTECTED]> writes:
> This are the only log entries produced at startup:
> Failed to initialize lc_time to ''
> FATAL: invalid value for option 'LC_TIME': 'en_US'
The first of these is a mistake (Peter thought he'd fixed it a month
ago, but his fix was incomplete; I believ
Tom Lane wrote:
> Michael Fortin <[EMAIL PROTECTED]> writes:
> > This are the only log entries produced at startup:
> > Failed to initialize lc_time to ''
> > FATAL: invalid value for option 'LC_TIME': 'en_US'
>
> The first of these is a mistake (Peter thought he'd fixed it a month
> ago, but hi
Tom Lane writes:
> The second is OS X's bug: it ought to take en_US as a legal setting for
> LC_TIME, but seems not to. It is depressing that Apple evidently didn't
> fix that in 10.2.
If it's only LC_TIME we can remove that since we don't use it anyway.
--
Peter Eisentraut [EMAIL PROTECTED
Sean Chittenden writes:
> This is anecdotal for the archives, but the problem was that when
> building with krb5, I had (wrongly?) appended krb5-config's --cflags
> output to the CFLAGS for the build... which, nine times out of ten,
> was exactly the same as what was used with the --with-include
OK, patch applied.
---
Bruno Wolff III wrote:
> In the section on mathematical functions the following is given for atan2:
> atan2(x, y) inverse tangent of a/x
>
> I believe the correct version should either be:
> atan2(y,
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Tom Lane writes:
>> The second is OS X's bug: it ought to take en_US as a legal setting for
>> LC_TIME, but seems not to. It is depressing that Apple evidently didn't
>> fix that in 10.2.
> If it's only LC_TIME we can remove that since we don't use
Is this a TODO item or something for beta2?
---
Rod Taylor wrote:
> On Fri, 2002-09-06 at 19:30, Tom Lane wrote:
> > Rod Taylor <[EMAIL PROTECTED]> writes:
> > > The big difference is that the INNER JOIN code needs to drop
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Is this a TODO item or something for beta2?
I have patches on my laptop to fix this, and will commit once I've
tested 'em a little more.
regards, tom lane
---(end of broadcast)---
11 matches
Mail list logo