Re: [GENERAL] Great Bridge ceases operations

2001-09-08 Thread Marc G. Fournier
U ... PostgreSQL, inc (http://www.pgsql.com) was around before GB, and is still around now ... On Fri, 7 Sep 2001, Micah Yoder wrote: > On Friday 07 September 2001 08:57, you wrote: > > This kind of sad news is coming all too frequently > > now. > > Yep. I really thought Great Bridge was o

Re: [GENERAL] Idea: jobs.postgresql.org

2001-09-08 Thread Marc G. Fournier
On Sat, 8 Sep 2001, Vince Vielhaber wrote: > We can talk to Marc, but we can set it up as 1) someone looking for > work gets a free listing, 2) a company looking for someone gets a free > listing, but 3) a headhunter pays $10/listing - or "donates" it to > postgresql.org or

Re: [GENERAL] [Off-topic, Meta-question] Problems with psql-general

2001-10-18 Thread Marc G. Fournier
On Thu, 18 Oct 2001, David Pirotte wrote: > Allan Engelhardt wrote: > > > > Sorry for the offtopic nature, but: > > > > 1. Am I the only one who are having problems with the listerver not honouring the >NOMAIL option? > > I prefer to read the list on news and am a little annoyed with the vol

[GENERAL] PostgreSQL Core Welcomes New Member

2003-06-23 Thread Marc G. Fournier
The PostgreSQL Core would like to publicly welcome welcome Josh Berkus as our newest member. Josh is being included especially as a "liason" between the source-programmer and non-source-programmer contributors to PostgreSQL, in an effort to expand PostgreSQL volunteer documentation, advocacy, and

[GENERAL] Let's see if this helps ... more anti-virus/anti-spam ...

2003-08-28 Thread Marc G. Fournier
I've just moved some anti-virus/anti-spam checks a bit closer to the source, and am now rejecting the following before it even gets to the anti-virus checking, and/or majordomo: /^Subject: Thank you!/ REJECT /^Subject: Re: Thank you!/ REJECT /^Subject: Re: Wicked screensaver/

Re: [GENERAL] The ..... worm

2003-08-28 Thread Marc G. Fournier
On Thu, 28 Aug 2003, Alvaro Herrera wrote: > Fortunately, Cristoph Dalitz's repeated complaints have finally caused > Marc to reconfigure MHonArc so it won't publish the addresses. Actually, someone finally providing me with a means to 'mangle' the addresses c

Re: [GENERAL] web hosting postgres

2003-09-03 Thread Marc G. Fournier
see http://techdocs.postgresql.org/hosting.php On Tue, 3 Sep 2003, Aaron wrote: > Hi, > Can anyone out there point me to an inexpensive web hosting solution > that offers postgres database support??? > Thanks > Aaron > > > ---(end of broadcast)---

[GENERAL] searching archives should be a weeeee bit faster ...

2003-09-04 Thread Marc G. Fournier
I spent this aft enabling debugging on the postmaster side, and determined that there was a critical index missing on one of the tables ... there was no index on the url.rec_id field, so a query that looks like: SELECT rec_id, site_id, pop_rank FROM url WHERE rec_id IN ('31356','31364','32786','3

Re: [GENERAL] searching archives should be a weeeee bit faster ...

2003-09-04 Thread Marc G. Fournier
yes it is/was ...I've just removed it from the list of stop words, but am not going to force a re-index of 250k URLs ;( So, any new index'ng will pull in index as a valid search word, and when the current URLs expire/re-index,they will get pulled in then also ... On Thu, 4 Sep 2003, Sean Chitt

Re: [GENERAL] searching archives should be a weeeee bit faster ...

2003-09-04 Thread Marc G. Fournier
On Thu, 4 Sep 2003, Sean Chittenden wrote: > > yes it is/was ...I've just removed it from the list of stop words, > > but am not going to force a re-index of 250k URLs ;( So, any new > > index'ng will pull in index as a valid search word, and when the > > current URLs expire/re-index,they will g

Re: [GENERAL] MHonArc configuration for spam protection

2003-08-27 Thread Marc G. Fournier
Done ... am regenerating all the archives right now: # To: jm ( at ) poure ( dot ) com On Mon, 25 Aug 2003, Christoph Dalitz wrote: > Hello Marc, > > On Wed, 18 Jun 2003 17:30:52 -0300 (ADT) > The Hermit Hacker <[EMAIL PROTECTED]> wrote: > > > > as I've

Re: [GENERAL] Release date

2003-09-10 Thread Marc G. Fournier
mid to end October ... On Wed, 10 Sep 2003, Nigel J. Andrews wrote: > > Just wondering what the feeling is regarding when the end of beta might be. > > > -- > Nigel Andrews > > > > ---(end of broadcast)--- > TIP 7: don't forget to increase your fre

Re: [GENERAL] State of Beta 2

2003-09-11 Thread Marc G. Fournier
> I haven't had a chance to sit down and do any exhaustive testing yet and > don't think I will for a while. That said, once 7.4 goes gold, I'm > going to provide databases/postgresql-devel with a tunable that will > allow people to choose what block size they would like (4k, 8K, 16K, > 32K, or 6

Re: need for in-place upgrades (was Re: [GENERAL] State of Beta 2)

2003-09-13 Thread Marc G. Fournier
On Fri, 12 Sep 2003, Ron Johnson wrote: > On Fri, 2003-09-12 at 17:48, Joshua D. Drake wrote: > > Hello, > > > > The initdb is not always a bad thing. In reality the idea of just > > being able to "upgrade" is not a good thing. Just think about the > > differences between 7.2.3 and 7.3.x... The

Re: need for in-place upgrades (was Re: [GENERAL] State of Beta 2)

2003-09-13 Thread Marc G. Fournier
On Sat, 13 Sep 2003, Ron Johnson wrote: > So instead of 1TB of 15K fiber channel disks (and the requisite > controllers, shelves, RAID overhead, etc), we'd need *two* TB of 15K > fiber channel disks (and the requisite controllers, shelves, RAID > overhead, etc) just for the 1 time per year when

Re: [GENERAL] State of Beta 2

2003-09-16 Thread Marc G. Fournier
> > And that has nothing to do with user need as a whole, since the care > > level I mentioned is predicated by the developer interest level. > > While I know, Marc, how the whole project got started (I have read the > > first posts), and I appreciate that you,

Re: [GENERAL] Idea for improving speed of pg_restore

2003-09-16 Thread Marc G. Fournier
On Tue, 16 Sep 2003, scott.marlowe wrote: > Not so sure on whether the foot gun is a good idea. We already have .22 > calibre foot gun (fsync) that makes for pretty big improvements in load > speed, and we see people all the time on General and Performance running > production servers with it t

Re: [GENERAL] Idea for improving speed of pg_restore

2003-09-16 Thread Marc G. Fournier
that works too ... basically, adding 'security' for a "load nly" mode shouldn't be to difficult On Tue, 16 Sep 2003, scott.marlowe wrote: > On Tue, 16 Sep 2003, Marc G. Fournier wrote: > > > > > > > On Tue, 16 Sep 2003, scott.marlowe wrote: &

Re: [GENERAL] State of Beta 2

2003-09-18 Thread Marc G. Fournier
On Thu, 18 Sep 2003, Lamar Owen wrote: > > Huh? I have no disagreement that upgrading is a key feature that we are > > lacking ... but, if there are any *on disk* changes between releases, how > > do you propose 'in place upgrades'? > > RTA. It's been hashed, rehashed, and hashed again. I've a

Re: [GENERAL] State of Beta 2

2003-09-19 Thread Marc G. Fournier
On Fri, 19 Sep 2003, Tom Lane wrote: > I think we could definitely adopt a policy of "on-disk changes not > oftener than every X releases" if we had a working pg_upgrade, even > without doing any extra work to allow updates. People who didn't want > to wait for the next incompatible release cou

Re: Catalog vs. user table format (was Re: [GENERAL] State of Beta

2003-09-20 Thread Marc G. Fournier
On Sat, 20 Sep 2003, Ron Johnson wrote: > On Sat, 2003-09-20 at 11:17, Tom Lane wrote: > > "Marc G. Fournier" <[EMAIL PROTECTED]> writes: > > > No, I'm not suggesting no catalog changes ... wait, I might be wording > > > this wrong ... there are

Re: Rewriting pg_upgrade (was Re: [GENERAL] State of Beta 2)

2003-09-27 Thread Marc G. Fournier
On Sat, 27 Sep 2003, Ron Johnson wrote: > Isn't Perl pretty ubiquitous on "Unix" now, though? Except maybe > Unixware I know that Solaris now has it included by default ... ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: Rewriting pg_upgrade (was Re: [GENERAL] State of Beta 2)

2003-09-27 Thread Marc G. Fournier
On Sat, 27 Sep 2003, Larry Rosenman wrote: > perl ships on UnixWare (5.005, but that will change in UP3). In what way? :) It won't ship anymore ... or upgraded? > > LER > > > --On Saturday, September 27, 2003 22:42:02 -0300 "Marc G. Fournier" > <[EMAIL

Re: [GENERAL] PostgreSQL Beta4 Tag'd and Bundle'd ...

2003-10-03 Thread Marc G. Fournier
On Fri, 3 Oct 2003, Relaxin wrote: > Does this have native Win32 support? As has been mentioned *several* times already, v7.4 will *not* have Win32 support in it. > > ""Marc G. Fournier"" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >

[GENERAL] PostgreSQL Beta4 Tag'd and Bundle'd ...

2003-10-03 Thread Marc G. Fournier
Well folks, we are now coming into the home stretch of another long development cycle, and its time for more vigorous and extensive testing ... Last night, we bundled up Beta4, which is the first one that we've officially announced "publicly", with the other 3 having been only announced on -hacke

Re: [GENERAL] Call for Speakers / Presenters

2003-10-05 Thread Marc G. Fournier
On Sun, 5 Oct 2003, Tom Lane wrote: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > Jillian Carroll writes: > >> As your new PostgreSQL "Master of Ceremonies", > > > What? > > The advocacy group recently put her in charge of lining up Postgres > speakers and presenters for conventions, local

Re: [GENERAL] Response from MySql AB (Re: Humor me: Postgresql vs.

2003-10-09 Thread Marc G. Fournier
On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote: > Andrew Sullivan <[EMAIL PROTECTED]> writes: > > > On Thu, Oct 09, 2003 at 08:52:36AM -0600, scott.marlowe wrote: > >> Fact: If you write your application to work with ODBC -> MySQL > >> connectivity, you can write a closed source app and sell it for

Re: [GENERAL] gborg cvs ?

2003-10-13 Thread Marc G. Fournier
Name:svr3.postgresql.org Address: 200.46.204.161 Aliases: gborg.postgresql.org On Mon, 13 Oct 2003, Patrick Welche wrote: > Is something up with gborg cvs, or have the settings changed? > > % cvs update > cvs [update aborted]: connect to gborg.postgresql.org:2401 failed: Connection timed

[GENERAL] PostgreSQL v7.4 Beta5 Available for Testing

2003-10-22 Thread Marc G. Fournier
On Oct 3rd, we released beta4 in the hopes that it would be the final beta before going into the "Release" phase of development ... due to several bug fixes over the past 3 weeks, we've decided to release a Beta5 in order to flesh out any bugs that may have been introduced ... Beta5 contains seve

Re: 7.3.5 release (was: Re: [GENERAL] SELECT with row>32k hangs over

2003-10-29 Thread Marc G. Fournier
I'd say yes based on the SSL and pg_dump fixes that were back patched ... On Wed, 29 Oct 2003, Tom Lane wrote: > Jan Wieck <[EMAIL PROTECTED]> writes: > > Tom Lane wrote: > >> Yeah, I think we have accumulated enough changes in the 7.3 branch to > >> justify a 7.3.5, but I'm not sure when we'll

Re: [GENERAL] PostgreSQL License Question

2003-11-02 Thread Marc G. Fournier
On Fri, 31 Oct 2003, Ryan Mack wrote: > First, I want to confirm my understanding that the "without fee" clause in > the PostgreSQL license means that a party may not sell PostgreSQL or works > derived from the PostgreSQL source code. Nope, you are free to do with PostgreSQL (or any derived wor

Re: [GENERAL] PostgreSQL v7.4 Release Candidate 1

2003-11-04 Thread Marc G. Fournier
On Tue, 4 Nov 2003, Dennis Gearon wrote: > do I have to be a major guru or coder to be on the dev list? Nope, anyone's welcome to join ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [GENERAL] Multi-master asynchronous replication

2003-11-05 Thread Marc G. Fournier
On Wed, 5 Nov 2003, Chris M. Gamble wrote: > My company has just finished a simple replication system in java. We are > now interested in sharing our work under the GPL license so that we can > hopefully work with others in improving this product. > > Would such a thing be useful, or simply over

Re: [GENERAL] [ANNOUNCE] PostgreSQL v7.4 Release Candidate 2

2003-11-11 Thread Marc G. Fournier
.did-it.com | Money lost, little lost. | > | [EMAIL PROTECTED] | Honor lost, much lost.| > | 516-255-0500 | Courage lost, all lost... | > +---+---+ > > > > Marc G. Fournier wrote: > > >We have just packa

[GENERAL] PostgreSQL v7.4 Release Candidate 2

2003-11-10 Thread Marc G. Fournier
We have just packaged up our second Release Candidate for v7.4, with the hopes of producing a full release next week. A full ChangeLog is available at: ftp://ftp.postgresql.org/pub/sources/v7.4/ChangeLog.RC1.to.RC2 But, one of the highlights is that support for tcl8.0.x has been re-int

Re: [GENERAL] PostgreSQL v7.4 Released

2003-11-17 Thread Marc G. Fournier
On Mon, 17 Nov 2003, Peter Eisentraut wrote: > Marc G. Fournier writes: > > > After almost 12 months of intense development, and testing, we are proud > > to announce the availability of PostgreSQL v7.4. > > And when will the coordinator learn that it is called &q

[GENERAL] Take a minute to make yourself heard ... (PostgreSQL vs ...)

2003-11-17 Thread Marc G. Fournier
egistered thing, but the registration form is quite short ... --- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: [EMAIL PROTECTED] Yahoo!: yscrappy ICQ: 7615664 ---(end of broadcast)---

[GENERAL] PostgreSQL v7.4 Released

2003-11-17 Thread Marc G. Fournier
years, we've finally given in and are offering both .gz and .bz versions, both through FTP and BitTorrent. Any questions/problems with release, please report them, as always, to [EMAIL PROTECTED] Marc G. Fournier Coordinator PostgreSQL Global Development Group ---(e

Re: [GENERAL] PostgreSQL v7.4 Released

2003-11-17 Thread Marc G. Fournier
On Mon, 17 Nov 2003 [EMAIL PROTECTED] wrote: > Interesting, I see the difference between "PostgreSQL v7.4 Released" and > "PostgreSQL 7.4 Released". And, until Peter pointed it out to you, did you notice the difference? ---(end of broadcast)--- T

Re: [GENERAL] PostgreSQL v7.4 Released

2003-11-17 Thread Marc G. Fournier
On Tue, 18 Nov 2003, Peter Eisentraut wrote: > Marc G. Fournier writes: > > > > And when will the coordinator learn that it is called "PostgreSQL 7.4" and > > > not "PostgreSQL v7.4"? > > > > Habit :) > > I would appreciate it if you

Re: [GENERAL] PostgreSQL v7.4 Released

2003-11-17 Thread Marc G. Fournier
On Mon, 17 Nov 2003, Joshua D. Drake wrote: > Here it's just the release announcements that make us look like some kind > > >of weirdos. But when you're making tarballs like erserver_v1.2.tar.gz > >then you're not only making a fool of yourself, you're creating actual > >technical problems. I ta

Re: [GENERAL] PostgreSQL v7.4 Released

2003-11-17 Thread Marc G. Fournier
On Tue, 18 Nov 2003, Peter Eisentraut wrote: > Joshua D. Drake writes: > > > Somebody please explain to me what the hell a difference it makes if > > we have a v in front of the version number? > > Packaging tools, packaging standards, convention, consistency of public > presentation. Packaging h

Re: [GENERAL] Good open source mailing list system PHP / Postgresql

2003-11-19 Thread Marc G. Fournier
within a secure, reliable, > high-performance network ... a Novell NetWare network. > > > ---(end of broadcast)--- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEma

Re: [GENERAL] Lock strategies!

2003-11-24 Thread Marc A. Leith
I think that defining forn_id as "serial" is what you are looking for. This will handle the assignment of unique numbers to the id for you (it creates a sequence table). The locking stategy is fraught with danger... and unnecessary. Marc A. Leith redboxdata inc. E-mail:[EMAIL

Re: [GENERAL] Pronouncing PostgreSQL

2003-12-03 Thread Marc G. Fournier
through Usenet, please send an appropriate > subscribe-nomail command to [EMAIL PROTECTED] so that your > message can get through to the mailing list cleanly > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: [EMAIL PROTECTED]

Re: [GENERAL] Pronouncing PostgreSQL

2003-12-03 Thread Marc G. Fournier
IL PROTECTED] so that your > > message can get through to the mailing list cleanly > > > > ---(end of broadcast)--- > > TIP 2: you can get off all lists at once with the unregister command > > (send "u

[GENERAL] PostgreSQL 7.3.5 Now Available ...

2003-12-03 Thread Marc G. Fournier
e a dump/reload to put into place. As always, this release is available on all our mirrors, viable at: http://www.postgresql.org/mirrors-www.html And, thanks to David Fetter, is also available via BitTorrent at: http://bt.postgresql.org Marc G. Fournier Hub

[GENERAL] Notice of List Changes ...

2000-07-22 Thread Marc G. Fournier
here are gated to .general, but if you check out the other newsgroups, you'll find alot more traffic :) -- Marc G. Fournier [EMAIL PROTECTED] Systems Administrator @ hub.org scrappy@{postgresql|isc}.org ICQ#7615664

Re: [GENERAL] My new job

2000-10-10 Thread Marc G. Fournier
On Tue, 10 Oct 2000, Sergio A. Kessler wrote: > Bruce Momjian <[EMAIL PROTECTED]> el día Tue, 10 Oct 2000 01:06:42 > -0400 (EDT), escribió: > > [...] > >After careful consideration, I have decided to accept a job with Great > >Bridge. There will be a press announcement tomorrow (Tuesday) with

[GENERAL] Re: [ADMIN] Backup of postgres

1998-08-19 Thread Marc Howard Zuckman
uge number of data. > > przemol > > What version of postgresql are you running? I can't recall whether it was in 6.2 or 6.1 (I think 6.2), but one of those versions contained a pg_dump that would seg fault on

Re: [GENERAL] Re: More PostgreSQL stuff

1998-10-04 Thread Marc G. Fournier
PROTECTED] > Isle of Wight http://www.lfix.co.uk/oliver >PGP key from public servers; key ID 32B8FAA1 > ==== > "Set your affection on things above, not on things on > the earth."

Re: [GENERAL] Re: More PostgreSQL stuff

1998-10-04 Thread Marc G. Fournier
remain. Then, when finished, do a ... damn, haven't used this one yet, so don't remember what the 'command' is...but there is one to do a RENAME of a table...rename the old to something different, and rename the new to the old... Marc G. Fournier

Re: [GENERAL] make[2]: *** [psql] Error 1

1998-10-13 Thread Marc G. Fournier
; Ok, now the question is: where? > > I add it in Makefile.global, but nothig. ave you patched in all the v6.3.2 related patches before all this? I thought we had fixed it post-release... Marc G. Fournier [EMAIL PROTECTED] Systems Administrator @ hub.org scrappy@{postgresql|isc}.org ICQ#7615664

[GENERAL] Syntax upgrade problem: from 6.0 to 6.4

1999-06-08 Thread Marc Andre Paquin
em... IS THERE A WAY AROUND THIS? Thank you very much because rebuilding several programs with many hundreds of line code is crazy!!! (I have my finger crossed!) -- Marc André Paquin, adjoint au chef T. I. ~~~ Centre Canadien d'Architecture | C C A http://cca.qc.ca ~~~

Re: [GENERAL] Future of PostgreSQL

1999-12-25 Thread Marc G. Fournier
On Sat, 25 Dec 1999, Clark C. Evans wrote: > > > On Sat, 25 Dec 1999, Bruce Momjian wrote: > > My big question is, what new challenges will we face as > > we become more popular? > > Plug-in Oracle 7 compatibility. I know we have (and have for awhile) a good deal of Oracle compatibility...

Re: [GENERAL] Future of PostgreSQL

1999-12-25 Thread Marc G. Fournier
On Sun, 26 Dec 1999, Ed Loehr wrote: > Bruce Momjian wrote: > > > We don't have roll-forward logging until 7.1, and require vacuum > > regularly. Other than that, I don't know of any major issues. > > Reliability has always been of primary importance. We wouldn't be where > > we are today wit

Re: [GENERAL] Future of PostgreSQL

1999-12-25 Thread Marc G. Fournier
> I don't think the *BSD's have intentionally tried any such thing. You > could possibly have picked up these vibes from certain members of the Open > BSD camp, but I wouldn't extend them to encompass the *BSD community at > large. (And I wonder if I should comment about how Linux people are

[GENERAL] Corrupted Dabatabase

2016-06-27 Thread Pau Marc Muñoz Torres
uld like to remove all databases in postgresql and create everything again from scratch. Unfortunatlly i can't see the list of databases, althought i am able to create databse can you suggest what to do? is it a good idea to reinstall postgresql? Pau Marc Muñoz Torres skype: pau_m

Re: [GENERAL] Corrupted Dabatabase

2016-06-27 Thread Pau Marc Muñoz Torres
was indexing the database. the problem came when i tried to cancel a \di command as far as i know nothing changed since the last time i was working last week. p Pau Marc Muñoz Torres skype: pau_marc http://www.linkedin.com/in/paumarc http://www.researchgate.net/profile/Pau_Marc_Torres3/info

Re: [GENERAL] Corrupted Dabatabase

2016-06-27 Thread Pau Marc Muñoz Torres
index" command p Pau Marc Muñoz Torres skype: pau_marc http://www.linkedin.com/in/paumarc http://www.researchgate.net/profile/Pau_Marc_Torres3/info/ 2016-06-27 16:21 GMT+02:00 Sterpu Victor : > You probably have a HDD problem. > Try a "cat /proc/mounts" and see if part

[GENERAL] moving from mysql to postgree

2007-11-15 Thread Pau Marc Munoz Torres
Hi I'm moving from mysql to postgresql just now i I'm a bit lost, could anyone tell me some place with a comparative between postdresql and mysql commands, i think than mostly is the same think but, any way, do anything change ? pau -- Pau Marc Muñoz Torres Laboratori d

Re: [GENERAL] moving from mysql to postgree

2007-11-16 Thread Pau Marc Munoz Torres
Thanks every body, today i've created my first table with postgresql, what a mass with \d and sequancial vs auto_increment data type in create... anyway, i will become an expert soon ;-) thanks again pau 2007/11/16, Merlin Moncure <[EMAIL PROTECTED]>: > > On Nov 15, 2007 1

[GENERAL] loading a funtion script from a file

2007-11-21 Thread Pau Marc Munoz Torres
Hi I've written a sql function in a text file, and now, i would like to upload into postgresql an execute, is there any command to do it? as far as I know in mysql exist source command, is there something similar in postgresql? Thanks -- Pau Marc Muñoz Torres Laboratori de Bio

[GENERAL] select using an index

2007-11-27 Thread Pau Marc Munoz Torres
something like Select * from precalc where h2iab>2 but obviously h2iab is not a column... some of you knows what i should do? thanks -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar Universitat Autonoma de Barcelona E

[GENERAL] indexing tables using my owns functions

2007-11-27 Thread Pau Marc Munoz Torres
,p9,'H-2*IAb')); ERROR: functions in index expression must be marked IMMUTABLE mhc2db=> in this indexation p1,p4,p6,p7,p9 are variables that depends on the field. could anyone help me? -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i Bi

[GENERAL] select from an index

2007-11-27 Thread Pau Marc Munoz Torres
something like Select * from precalc where h2iab>2 but obviously h2iab is not a column... some of you knows what i should do? thanks -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar Universitat Autonoma de Barcelona E

[GENERAL] Making a query from 2 tables at same time

2007-11-29 Thread Pau Marc Munoz Torres
p6, p7, p9, 'HLA-DRB1*1302'::character varying)) "hladrb11501" btree (idr(p1, p4, p6, p7, p9, 'HLA-DRB1*1501'::character varying)) "hladrb40101" btree (idr(p1, p4, p6, p7, p9, 'HLA-DRB4*0101'::character varying)) "hladrb50101" btree (idr(p1

Re: [GENERAL] Making a query from 2 tables at same time

2007-11-29 Thread Pau Marc Munoz Torres
t if i can't use idr as an index it eill be to slow pau 2007/11/29, Richard Huxton < [EMAIL PROTECTED]>: > > Pau Marc Munoz Torres wrote: > > Hi everybody > > > > I'm doing a two table query as follow > > > > mhc2db=> select t1.sp, t1.pos,t2.p1,

Re: [GENERAL] Making a query from 2 tables at same time

2007-11-29 Thread Pau Marc Munoz Torres
')>2; or select * from local where ce='ACIAD'; works perfectely is it clear enough? i don't now if i make myself understand, any way, if it not, please, ask me!! thanks pau 2007/11/29, Richard Huxton <[EMAIL PROTECTED]>: > > Pau Marc Munoz Torres wrote: >

[GENERAL] Can i Force to postgrsql to use a certain index?

2007-12-04 Thread Pau Marc Munoz Torres
Hi every body it is possible to force to postgresql to use a certain index? I know that in mysql exits Force index (index_name) option for select queries SELECT * FROM precalc FORCE INDEX (hladrb50101) ; any of you have used this? thanks pau -- Pau Marc Muñoz Torres Laboratori de Biologia

[GENERAL] Can i Force to postgrsql to use a certain index?

2007-12-04 Thread Pau Marc Munoz Torres
Hi every body it is possible to force to postgresql to use a certain index? I know that in mysql exits Force index (index_name) option for select queries SELECT * FROM precalc FORCE INDEX (hladrb50101) ; any of you have used this? thanks pau -- Pau Marc Muñoz Torres Laboratori de Biologia

[GENERAL] if exists...does it exists for insert statments?

2007-12-11 Thread Pau Marc Munoz Torres
could i use a sentence similar to the mysql sentence insert if not exist into SP values ('cesp','sp'); in postgresql? pau -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar Universitat Autonoma

Re: [GENERAL] if exists...does it exists for insert statments?

2007-12-11 Thread Pau Marc Munoz Torres
Thanks, i'll test it tomorrow pau 2007/12/11, Richard Broersma Jr <[EMAIL PROTECTED]>: > > --- On Tue, 12/11/07, Pau Marc Munoz Torres <[EMAIL PROTECTED]> wrote: > > could i use a sentence similar to the mysql sentence > > > > insert if not exist int

[GENERAL] loading files into tables

2008-02-04 Thread Pau Marc Munoz Torres
Hi I'm an ex-mysql user, i know there was a sentence in mysql that was load data local infile "somefile.txt" into table "sometable; I'm trying to do something similar in postgresql, can someone help me? Thanks Pau -- Pau Marc Muñoz Torres Laboratori

Re: [GENERAL] loading files into tables

2008-02-04 Thread Pau Marc Munoz Torres
ot; character? Thanks Pau 2008/2/4, Dimitri Fontaine <[EMAIL PROTECTED]>: > > Hi, > > Le lundi 04 février 2008, Pau Marc Munoz Torres a écrit : > > I'm an ex-mysql user, i know there was a sentence in mysql that was > > > > load data local inf

[GENERAL] Fwd: pgsql configuration

2008-03-10 Thread Pau Marc Munoz Torres
some directory form default configuration thanks pau -- Pau Marc Muñoz Torrespostgresql.conf Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar Universitat Autonoma de Barcelona E-08193 Bellaterra (Barcelona)postgresql.conf telèfon: 93 5812807 Email : [

[GENERAL] pgsql configuration

2008-03-10 Thread Pau Marc Munoz Torres
some directory form default configuration thanks pau -- Pau Marc Muñoz Torrespostgresql.conf Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar Universitat Autonoma de Barcelona E-08193 Bellaterra (Barcelona)postgresql.conf telèfon: 93 5812807 Email : [

Re: [GENERAL] Fwd: pgsql configuration

2008-03-10 Thread Pau Marc Munoz Torres
Ok it's works !! thanks 2008/3/10, Craig Ringer <[EMAIL PROTECTED]>: > > Pau Marc Munoz Torres wrote: > > > Thanks Craig > > > > just one more question, most of the variables at > > /home/postgresql/data/postgresql.conf file are commented (the di

Re: [GENERAL] help with "plpgsql"

2008-04-21 Thread Pau Marc Munoz Torres
e into the database. and then when I try to create the language, i get geldb=# CREATE LANGUAGE plpgsql; ERROR: language "plpgsql" already exists anybody knows what's wrong? Thanks -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i

[GENERAL] help with "plpgsql"

2008-04-23 Thread Pau Marc Munoz Torres
e into the database. and then when I try to create the language, i get geldb=# CREATE LANGUAGE plpgsql; ERROR: language "plpgsql" already exists anybody knows what's wrong? Thanks -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i

[GENERAL] complex query using postgresql

2008-04-30 Thread Pau Marc Munoz Torres
ot; btree (idr(p1, p4, p6, p7, p9, 'HLA-DRB1*1301'::character varying)) "hladrb11302" btree (idr(p1, p4, p6, p7, p9, 'HLA-DRB1*1302'::character varying)) "hladrb11501" btree (idr(p1, p4, p6, p7, p9, 'HLA-DRB1*1501'::character varying)) "hladrb40101" btree (idr(p1, p4, p6, p7, p9, 'HLA-DRB4*0101'::character varying)) "hladrb50101" btree (idr(p1, p4, p6, p7, p9, 'HLA-DRB5*0101'::character varying)) "iid" btree (id) "ip1" btree (p1) "ip4" btree (p4) "ip6" btree (p6) "ip7" btree (p7) "ip9" btree (p9) -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar Universitat Autonoma de Barcelona E-08193 Bellaterra (Barcelona) telèfon: 93 5812807 Email : [EMAIL PROTECTED]

Re: [GENERAL] select from an index

2008-05-06 Thread Pau Marc Munoz Torres
select into output P1+P4+P6+P7+P9; return output; END; ' LANGUAGE plpgsql IMMUTABLE; and crash at (*), some of you know why? thanks -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar Universit

[GENERAL] Problems with memory

2008-05-07 Thread Pau Marc Munoz Torres
what configuration file and variables do i have to modify? Thanks pau -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar Universitat Autonoma de Barcelona E-08193 Bellaterra (Barcelona) telèfon: 93 5812807 Email : [EMAIL PROTECTED]

[GENERAL] Problems with memory

2008-05-07 Thread Pau Marc Munoz Torres
what configuration file and variables do i have to modify? Thanks pau -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar Universitat Autonoma de Barcelona E-08193 Bellaterra (Barcelona) telèfon: 93 5812807 Email : [EMAIL PROTECTED]

Re: [GENERAL] Problems with memory

2008-05-08 Thread Pau Marc Munoz Torres
-- Aggregate (cost=66188.88..66188.89 rows=1 width=0) -> Bitmap Heap Scan on precalc (cost=17615.20..63522.21 rows=107 width=0) Recheck Cond: (idr(p1, p4, p6, p7, p9, 'HLA-DRB1*0101'::character varying) > -2::d

[GENERAL] too many warnings

2008-05-13 Thread Pau Marc Munoz Torres
ITER '\ '; DROP... the problem is thet this script was done by anothey guy, so i cant change this. by the way it is possible to change somthing at postgresql.conf that allows use \ as scape? i found this variable standard_conforming_strings but i didn't find it at postgresql.conf

[GENERAL] conditional insert

2011-09-05 Thread Pau Marc Muñoz Torres
Hi follk i trying to performe a conditional insert into a table, indeed, what i'm trying to do is not insert a record into the table if that record exist googleling i found something like insert into XX values (1,2,3) where not exist (select ); but i'm having and error near where... an

Re: [GENERAL] conditional insert

2011-09-05 Thread Pau Marc Muñoz Torres
' ? thanks 2011/9/5 Thomas Kellerer > Pau Marc Muñoz Torres, 05.09.2011 11:38: > > Hi follk >> >> i trying to performe a conditional insert into a table, indeed, what >> i'm trying to do is not insert a record into the table if that record exist >>

Re: [GENERAL] conditional insert

2011-09-05 Thread Pau Marc Muñoz Torres
Ok , thanks Sim, now i see it P 2011/9/5 Sim Zacks > ** > On 09/05/2011 01:37 PM, Pau Marc Muñoz Torres wrote: > > i don't see it clear, let me put an example > > i got the following table > > molec varchar(30) > seq varchar(100) > > where I insert m

Re: [GENERAL] drop index

2008-09-16 Thread Pau Marc Munoz Torres
index what can I do? 2008/9/16 Richard Huxton <[EMAIL PROTECTED]> > Pau Marc Munoz Torres wrote: > > Hi everybody > > > > I have a problem with index, i droped a table before drop their indexs, > so, > > now i can't remove the index > > That shoul

[GENERAL] Drop/ Alter index if exist

2009-12-22 Thread Pau Marc Munoz Torres
Hi every body there is some way to delete or rename an index only if this index exists? something like "alter index index rename to pepe if exists" thanks -- Pau Marc Muñoz Torres Laboratori de Biologia Computacional Institut de Biotecnologia i Biomedicina Vicent Villar U

Re: [GENERAL] Drop/ Alter index if exist

2009-12-23 Thread Pau Marc Munoz Torres
thanks 2009/12/22 Filip Rembiałkowski > > > 2009/12/22 Pau Marc Munoz Torres > > Hi every body >> > > >> >> there is some way to delete or rename an index only if this index exists? >> >> something like >> >> "alter index ind

Re: [GENERAL] Testing Gatway to pgsql.* hierarchy

2004-11-23 Thread \&quot;Marc G. Fournier From\"@svr1.postgresql.org
[EMAIL PROTECTED] ("Marc G. Fournier") writes: to usenet works, how about back to mail? ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [GENERAL] Upcoming Changes to News Server ...

2004-11-23 Thread \&quot;Marc G. Fournier From\"@svr1.postgresql.org
[EMAIL PROTECTED] (Jim Seymour) writes: >Here's another factoid for you. When a new big-8 newsgroup is >approved, an "official" newsgroup creation control message is sent. >Well, somebody *forged* just such a control message for one-or-more >comp.databases.postgresql.* newsgroups. That was *not*

Re: [GENERAL] Upcoming Changes to News Server ...

2004-11-23 Thread \&quot;Marc G. Fournier From\"@svr1.postgresql.org
[EMAIL PROTECTED] ("Gary L. Burnore") writes: >At 05:28 PM 11/23/2004, Joshua D. Drake wrote: >>Jim Seymour wrote: >>>"Gary L. Burnore" <[EMAIL PROTECTED]> wrote: >>>[snip] >>> It's ok. Mysql's better anyway. >>> >>>Was that absolutely necessary? >Of course not. >>Yes. It shows his lack of

Re: [GENERAL] Upcoming Changes to News Server ...

2004-11-23 Thread \&quot;Marc G. Fournier From\"@svr1.postgresql.org
ions, and >>postgresql, even without pgadmin >>iii, is far superior in MANY ways to mysql. >Many, maybe. Not all and certainly not more. Of course, ihat's my OPINION >and I am quite well informed about databases, thankyouverymuch. >I'm also well informed about running an NSP a

Re: [GENERAL] Upcoming Changes to News Server ...

2004-11-24 Thread \&quot;Marc G. Fournier From\"@svr1.postgresql.org
[EMAIL PROTECTED] ("Gary L. Burnore") writes: >It appears that his aliiasing hasn't actually taken effect yet. Once it >does, apparently things will be slightly better because he's then sending >posts to pgsql.* not comp.databases.postgres.* .As of a short while >ago, we were still receivin

<    3   4   5   6   7   8