Ok, but with this hack I need 2 databases, one with comments and
another without comments.
I prefer to have only one db with comments and choice to have a dump
with comments or without comments.
regards,
Enrico
2011/9/19 Greg Sabino Mullane :
>
> -BEGIN PGP SIGNED MESSAGE-
> Patching pg_dump like this seems like the wrong way to go.
Ok ;)
Thank you very much
Enrico
--
That's one small step for man; one giant leap for mankind
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgr
> What's the use case for not dumping comments? At first glance it seems a
> very odd thing to do.
>
> cheers
>
> andrew
I wrote this little patch, becuse my customer doesn't want to have
comments on the production db. It's not my choice
Regards,
Enrico
Hi, I'm Enrico,
I wrote a little pg_dump patch,
I have introduced a new option to have a database dump without comments,
no 'COMMENT ON' are written on the dump if my new option is selected.
If this little piece of code can interest somebody, I'll be happy to
share it with the
take it personally if nobody gets back to you on this for a while.
> =)
>
> Cheers,
> BJ
That's no problem, so I begin to working on it
Regards,
Enrico
--
That's one small step for man; one giant leap for mankind
www.enricopirozzi.info
[EMAIL PROTECTED]
Skype sscotty71
quot;
is there anyone who is working on it?
if yes I would like to join him, otherwise I would like working on it.
Regards,
Enrico
--
That's one small step for man; one giant leap for mankind
www.enricopirozzi.info
[EMAIL PROTECTED]
Skype sscotty71
--
Sent via pgsql-hackers mailing
On Tue, 28 Aug 2007 10:15:41 +0200
Enrico <[EMAIL PROTECTED]> wrote:
> E troppo bello!!!
I'm sorry , I apoligize.
I select the wrong address.
I'm sorry again.
--
Enrico Pirozzi
Web: http://www.enricopirozzi.info
E-Mail: [EMAIL PROTECTED]
Skype: sscotty71
E troppo bello!!!
http://www.youtube.com/watch?v=VU-VsLpHC3w&mode=related&search=
Buona giornata
Enrico
--
Enrico Pirozzi
Web: http://www.enricopirozzi.info
E-Mail: [EMAIL PROTECTED]
Skype: sscotty71
---(end of broadcast)---
TIP 2: Don
child_table_name is not a table name.
If, on the other side, I dynamically create the query like in
execute 'insert into ' || child_table_name || ' values (NEW.*)';
it complains because NEW in the execution context is unknown.
This should be a rather common problem... Isn't it? Is there a
canonical way to
solve it? Maybe there's a trivial answer, but I have no plpgsql
programming
experience.
Thanks a lot in advance,
Enrico Sirola
[EMAIL PROTECTED]
Ci vogliono solo 30 secondi del vostro tempo...per fare qualcosa di
buono.
Un cittadino italiano ha finalmente deciso che gli fa troppo male
respirare le polveri sottili e vedere persone a cui vuole bene morire
di cancro intorno a sé per il benessere delle multinazionali
petrolifere e ha chies
Thanks for all your answers,
I begin to study.
Enrico
--
Enrico <[EMAIL PROTECTED]>
---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster
Dateci un occhio
http://www.petitiononline.com/RESETINC/petition.html
Enrico
--
If Bill Gates had a penny for everytime Windows crashed,he'd be a
multi-billionaire by now ...oh look, he already is
[EMAIL PROTECTED] - Skype:sscotty71
http://www.linuxtime.it/enricopi
> You probably want to build a GiST index, check the docs.
>
> Have a nice day,
> --
> Martijn van Oosterhout http://svana.org/kleptog/
> > From each according to his ability. To each according to his ability to
> > litigate.
Many thanks
--
If Bill Gates had a penny for everytime Window
Hi,
I written an index to improve similarity search like images search, string
search etc...
My index code is written in C and it is not linked with any dmbs, and I would
to connect it to postgresql.
Any suggest to begin my work?
Thanks
Enrico
--
If Bill Gates had a penny for everytime
> Are you familiar with the contrib/ian module that will be in 8.2?
>
> --
> Michael Fuhr
I develepped this code on 8.0.x version, for my work, but I can always study :)
Enrico
--
If Bill Gates had a penny for everytime Windows crashed,he'd be a
multi-billionaire by now .
On Mon, 13 Nov 2006 10:20:38 -0500
Andrew Dunstan <[EMAIL PROTECTED]> wrote:
> This could be a piece of wheel reinvention. Please see
> http://pgfoundry.org/projects/gtin/
I didn't know this project, I arrived later... :(
Thanks
Enrico
--
If Bill Gates had a penny for
ode on EAN 13 barcode
and when it will be ready, I will can send it to you
if you want.
Regards
Enrico
--
If Bill Gates had a penny for everytime Windows crashed,he'd be a
multi-billionaire by now ...oh look, he already is
[EMAIL PROTECTED] - Skype:sscotty71
http://www.linuxtime.i
Here it is:
http://dev.officenet.no/~andreak/pg_dump.c.diff
Many Thanks :)))
Enrico
---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
yo mero wrote:
you can use this in BASH:
for a in table1 table2 tableN
do
echo $a
pg_dump -t $a dbname > $a.sql
done
works fine
leonel
Yes I wrote that, but I wanted to know if is possible to do that without
a bash script,
Regards Enrico
---(end of broadc
Yes, I have such a patch lying around(pg_dump -t table1 -t table2 ... dbname).
It's for 7.4, but shouldn't be hard to port to 8.0.
Oh wonderful, how can I see that? I'm working with 7.4.x version.
Thanks Enrico
---(end of broadcast)--
Is there anyone who written a patch for a multiple pg_dump like:
pg_dump -t table1 table2 ... tableN dbname
Regards Enrico
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to
21 matches
Mail list logo