blem on my part. The target of my small project was to learn some rust
by throing myself at it. And I learned more than expected, so the outcome is
already fine. If the resulting project also could be of use to me and anybody
else, it would just be an extra win.
--
Med venlig hilsen
Kaare Rasmus
--
Med venlig hilsen
Kaare Rasmussen, Jasonic
Jasonic: Nordre Fasanvej 12, 2000 Frederiksberg
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2015-08-17 22:33, Josh Berkus wrote:
So, both perl and python do not allow "deep nesting" of assignments.
For example:
d = { "a" : { } }
d["a"]["a1"]["a2"] = 42
Traceback (most recent call last):
File "", line 1, in
KeyError: 'a1'
Not sure I understand what you mean. In Perl you'd do
Hi
In many ways the new hstore (and perhaps json) format looks very
exciting. But will there ever be (GIN/GIST) index support for <@ ?
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2013-10-30 12:08, Simon Riggs wrote:
effort to replicate what you have already achieved? Who would pay?
The NSA, obviously ;-)
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 2013-06-03 06:55, Michael Paquier wrote:
Just by having a look at the release notes of Perl, there are still
nothing describing changes between 1.6.3 and 1.8.0:
http://perldoc.perl.org/index-history.html
That page is not updated, it seems. In this list
https://metacpan.org/module/RJBS/perl
On 2012-08-20 18:36, Tom Lane wrote:
Alvaro Herrera writes:
Excerpts from Alex Hunsaker's message of lun ago 20 12:03:11 -0400 2012:
Hrm seems to work for me. What version of perl is this?
$ perl -V
Summary of my perl5 (revision 5 version 16 subversion 0) configuration:
I can reproduce the fa
On 2011-09-14 17:27, David E. Wheeler wrote:
On Sep 14, 2011, at 5:49 AM, Kaare Rasmussen wrote:
[brief]: http://postgresopen.org/2011/schedule/presentations/83/
You list Job scheduling as one item here,
but not here
Here's my preliminary list:
Could you expand your idea about this
Hi
[brief]: http://postgresopen.org/2011/schedule/presentations/83/
You list Job scheduling as one item here,
but not here
Here's my preliminary list:
Could you expand your idea about this here?
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your su
enlig hilsen
Kaare Rasmussen, Jasonic
Jasonic Telefon: +45 3816 2582
Nordre Fasanvej 12
2000 Frederiksberg Email: ka...@jasonic.dk
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/
Hi
> I have had a very brief look at this. Translation to perl doesn't look
> difficult. I'll see what I can do during the next week or so.
Perhaps I can lend you a hand if you need help with this.
--
Med venlig hilsen
Kaare Rasmussen, Jasonic
Jasonic Telefo
> You are out to lunch and you dragged me with you. Did we have beer at
> least? :-)
A bit, and you had a byte of bread.
--
Med venlig hilsen
Kaare Rasmussen, Jasonic
Jasonic Telefon: +45 3816 2582
Nordre Fasanvej 12
2000 Frederiksberg Email: [EMAIL PROTECTED]
--
David Fetter writes:
Alter the xxx_pattern_ops opclasses to use the regular equality
operator of the associated datatype as their equality member. This
means that these opclasses can now support plain equality
comparisons along with LIKE tests, thus avoiding the need for an
extra index in some
Hi
The database is initialized with utf8, so in order for LIKE to use the index
on a text field, I used text_pattern_ops when I created it. So far so good.
It's in the documentation, but there's no explanation of why this index will
only work for LIKE searches. How come that I have to have tw
solutions
being discussed. What are on people's minds?
--
Med venlig hilsen
Kaare Rasmussen, Jasonic
Jasonic Telefon: +45 3816 2582
Nordre Fasanvej 12
2000 Frederiksberg Email: [EMAIL PROTECTED]
---(end of broadcast)---
be added and removed without ever touching the existing
queries.
--
Med venlig hilsen
Kaare Rasmussen, Jasonic
Jasonic Telefon: +45 3816 2582
Nordre Fasanvej 12
2000 Frederiksberg Email: [EMAIL PROTECTED]
---(end of broadc
should be independent projects.
It would be nice to have an easy way to retrieve and install the desired PL's
but that's more of a packaging issue.
--
Med venlig hilsen
Kaare Rasmussen, Jasonic
Jasonic Telefon: +45 3816 2582
Nordre Fasanvej 12
2000 Frederiksberg
David Fetter writes in PostgreSQL Weekly News - November 13 2005:
Teodor Sigaev has been making lots of improvements to tsearch2, a
full-text search engine.
I can't find them. Am I blind? Can someone help?
---(end of broadcast)---
TIP 9: In vers
Just don't use enums - they're awful.
In general?
So, instead of using enums for order states or originating system, I'll user
numbers or text? Or implement lookup tables ?
---(end of broadcast)---
TIP 1: if posting/reading through Usenet, ple
I've been going through the thread that Andrew Dunstan started with his
enumkit.
Maybe I missed it, but I didn't see any conclusion. If I want to design an
Open Source system now that may be in beta in three to six months and I'd
like to use enums, is this a good place to look?
I guess I'm w
> Yes it can, but are you going to restrict building or running
> regressions to only thos platforms that have our required modules
> installed? That might be thought a tad unfriendly.
You could include DBD::Pg with the distribution and run it locally. Perhaps
even DBI, leaving Perl the only unkn
> Either you're misunderstanding what "reindex database" does (it reindexes
> only the system catalogs), or you're misunderstanding what reindexdb does
OK, I was taking the face value here.
I consider this a bug, or at least a badly thought out name. I can't
understand that someone approved 're
> But not as easy as:
> psql -c "reindex database {database}" {database}
Well it was just to show that there really is no need for a program just for
this functionality.
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unr
> actually I think part of the point of this was to give a command line
> version of the reindex command, like we have for vaccum. If that still
> matters, then it should probably stay. Actually it should probably be
> converted to C and moved to /src/bin.
>
Wouldn't something like
echo 'REINDE
Hi
I have a dump from an Ingres database, one file per table it seems. I went
looking on www.postgresql.org for documentation for people who want to move
to PostgreSQL from other databases, but I couldn't find any such thing.
So, does a convert utility from ingres dump files to PostgreSQL alrea
> This has very little to do with "Feature freeze date for 8.1"...
And btw I lost track of the thread. was any actual feature freeze date for 8.1
approved?
---(end of broadcast)---
TIP 6: Have you searched our list archives?
http://
> I am in Copenhagen and am speaking tomorrow and will return on Sunday.
I would have loved to hear your three hour speech about PostgreSQL
administration, but unfortunately they put my own presentation at the exact
same time, those LinuxForum 2005 bastards!
--
Kaare Rasmus
x27;t
know about performance.
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Nordre Fasanvej 12 Åben 12.00-18.00Email: [EMAIL PROTECTED]
2000 FrederiksbergLørdag 12.00-16.0
> That's right, and initially they will only serve MySQL, but it will be
> extendable to support any db system. It will be GPL (or licenseable, but
> since it's a tool and not a platform IMHO GPL is ok).
> If things work out as they seem, I'd contribute the pgsql stuff.
That would be great news in
> Like the article says, I wonder if these is any synergy between the
> products. ie. Can we grab features from their codebase?
Wouldn't there be a license problem ?
Yes, Ingres may be able to pull features from PostgreSQL, but maybe it doesn't
work the other way.
--
s date can be evaluated again. But at this point there should be
stronger arguments to push the freeze date.
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej 75 Åben 12.00
> http://gforge.org/ is not a hosting site, that is why you only found 4
Well that's what you get when you write messages at 2:30 AM. Should know
better.
But on this topic, does a site based on GForge similar to Sourceforge exist ?
--
Kaare Rasmussen--Linux, spil,--
> Why GForge?
GForge seems to be technically OK. But what about the future outlook. The home
page lists 5 projects, whereof the 4 are tests. Are you sure they will not
fold in a month or two, will they be reliable, responsive and real nice (the
three r's) ?
--
Kaare R
se for us?
I believe it would make sense. But I'm not up to the task to implement it.
Maybe if someone is looking into triggers anyway in another context...
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:
d stop.
Sometimes they're very handy.
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej 75 Åben 12.00-18.00Email: [EMAIL PROTECTED]
2000 FrederiksbergLørdag
in the documentation ?
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej 75 Åben 12.00-18.00Email: [EMAIL PROTECTED]
2000 FrederiksbergLørdag 12.00-16.00
ne to
PostgreSQL. Maybe even a test suite :-)
* Or maybe the best step is to sue IBM or Microsoft. Then again, maybe not. Do
they care about bug removal? ;-)
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:
> > That seems too vague for TODO. We might as well add "Make PostgreSQL
> > faster". :-)
> 'K, can you add that one too? :)
How about "* Remove all bugs from the source". Can you put that in TODO ?
:-)
--
Kaare Rasmussen--Linux, spil,-
maybe configuration could be adjusted with ./configure if SHMMAX can be
determined at that point?
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej 75 Åben 12.00-18.00
I would like to be able to propose a free alternative.
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej 75 Åben 12.00-18.00Email: [EMAIL PROTECTED]
2000 Frederiksbe
others.
Or maybe I'm just being chicken.
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej 75 Åben 12.00-18.00Email: [EMAIL PROTECTED]
2000 Frederiksberg
> And that's all ;)
>
> Hannu Krosing
- and what will you do after January? ;-)
Just kidding. I hope you have a big fat bank account if you want to finish
all that!
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Data
> Schema handling - ready? interfaces? client apps?
What is the state of the Perl interface?
Will it work when 7.3 is released
Will it work, but no schema support
Will it pop up later on CPAN
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki D
> Are you guys competing for the modesty award? ;-)
> I heard Stallman is trying to win it this year. :-)
Hah, that's a good one.
For doing what - telling you not to call it GNU/Linux, only Linux/GNU ?
:-)
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 258
> You might want to check out the perl model Alzabo, I think it's capable of
> doing this.
It does not (yet) support foreign keys, alas.
But if anybody likes to code this, maybe they could work together with the
Alzabo developer.
--
Kaare Rasmussen--Linux, spil,--
>> Schema handling - ready? interfaces? client apps?
> status for JDBC or ODBC; any comments? The other interface libraries
> probably don't care.
What about DBD::Pg?
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatsh
ng on Windows. And the
project leader knows of nothing but Windows :-(
Next group to impress is Database Designers. I've been looking for a design
tool for some time, but there's no Open Source equivalent to ErWin. And
ErWin can't create and reverse engineer PostgreSQL databases.
> Is any OS actually shipping us in /etc/services?
It's right here in SuSE Linux 8.0. It was not in 7.3, so maybe it's
officially included from now on.
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster
> cash I/O improvements (Tom)
If it will change the I/O cash flow to more I than O, it will definitely be
a success... :-)
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej
PostgreSQL way ahead of
MySQL and Interchange in performance (if more than a couple of simultaneous
users) and most other features.
Only bad words are about lack of LO support.
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandiz
the workarounds and patches I've put in there, and - well, they just
all work like a charm!!
This is great. Working with Windows products, I'm more used to being
disappointed whenever people promise that this or that function will be in
the next release. But this time, with Postg
of it at Berkeley, BTW).
Maybe it's obvious, but I'd like to mention that you need some way of setting
priority. If it's a daemon, or a process, you an nice it. If not, you need to
implement something by yourself.
--
Kaare Rasmussen--Linux, spil,--
In developers corner, search returns this:
#!/usr/bin/perl
print "Content-type: text/html\r\n\r\n";
print "\r\n\r\n";
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:38
odifications.
No, I don't think it's a big hurdle. If you just want to play with
PostgreSQL, you wont care. If you're serious, you'll repartition.
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize F
e.
A section in the docs that discusses various file systems, so people can make
an intelligent choice.
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej 75 Åben 14
- ODBC
- C/C++ Precompiler (Embedded SQL)
- JDBC
- Perl DBI
- Python
- PHP
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej 75 Åben 14.00-18.00Email: [EMAIL PROTECTED
you can't tell the
quality of the software from the names of your source code.
But it sure makes it a lot more difficult to understand what's going on, I'll
grant you that :-)
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts,
s for some of the parameters, it
doesn't work.
What puzzles me more is that I tried to pass 0 (zero) instead and then let
the function subsitute it with null (simple IF param = 0 then v_param := null
thing). Still no luck.
I'm using 7.0.3.
--
Kaare Rasmussen--Linux, spi
> traditional notion (at least in the US; I suspect this is true in most
> European countries at least) of Sunday being "the first day of week".
I believe that in most European countries, Monday is the first day of the
week.
--
Kaare Rasmussen--Linux, sp
Now you're talking about i18n, maybe someone could think about input and
output of dates in local language.
As fas as I can tell, PostgreSQL will only use English for dates, eg January,
February and weekdays, Monday, Tuesday etc. Not the local name.
--
Kaare Rasmussen--Linux,
k without agents.
Can any of these operate in a mixed Linux / Win2000 environment (I'd like to
have one tool only for NMS.
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej 75
ything that will fit into ordinary NMS. Maybe SNMP will not fit,
but then some kind of "database ping", or equal.
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize Fax:3816 2501
Howitzvej 75 Åb
html - but you can see it
if you write the correct URL yourself.
--
Kaare Rasmussen --Linux, spil,--Tlf:3816 2582
Kaki Data tshirts, merchandize Fax:3816 2501
Howitzvej 75 Åben 14.00-18.00Email: [EMAIL PROTECTED]
2000 Frederi
63 matches
Mail list logo