From: | "Steve Boyle \(Roselink\)" <boylesa(at)roselink(dot)co(dot)uk> |
---|---|
To: | "jairo emilio ortiz romero" <jairoortiz_55(at)yahoo(dot)com> |
Cc: | <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: Please Help me |
Date: | 2002-01-09 10:29:21 |
Message-ID: | 000901c198f8$802cb710$8bb06bd5@dualtower |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Jairo,
1. I'd recommend storing the SQL / function creation scripts in a file
before running the code.
2. You can use the pg_dump command to output all of the database and then
pull the function definitions from the dump file (see
http://www.postgresql.org/idocs/index.php?backup.html)
hih
sb
----- Original Message -----
From: "jairo emilio ortiz romero" <jairoortiz_55(at)yahoo(dot)com>
To: <pgadmin-support(at)postgresql(dot)org>
Sent: Tuesday, January 08, 2002 4:32 PM
Subject: [pgadmin-support] Please Help me
> I want to know if exists a limit ind the number of
> lines of a function, I wrote a function in pgaccess
> but when I use the PgAdmin I only see a part of them,
> I would like to know if there is a command to see the
> script of creation of a function. Thank you very much
> for your answer.
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
From | Date | Subject | |
---|---|---|---|
Next Message | Eric Smets | 2002-01-09 17:17:14 | pgmigration |
Previous Message | jairo emilio ortiz romero | 2002-01-08 16:32:01 | Please Help me |