unsubscribe
---(end of broadcast)---
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
unsubscribe
This mail sent through Visitmail.com
(c) Altranet
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED]
unsubscribe
unsubscribe
> -Original Message-
> From: Çagil Seker [mailto:[EMAIL PROTECTED]]
> Sent: 28 November 2002 14:35
> To: PGAdmin-Support-List (E-mail)
> Subject: [pgadmin-support] Setting varchar[] lenght?
>
>
> How can I set the length of a varchar[] columns? On psql I
> can use varchar[50] but on t
How can I set the length of a varchar[] columns? On psql I can use varchar[50] but on
the "create column" form, pgAdmin won't let me to edit the length field.
Thanks, Cagil.
-
"Yes, I am a criminal. My crime is that of outsmarting you. Something that you'll
never forgive me f
Title: Message
Hi,
-Original Message-From: Donald Fraser
[mailto:[EMAIL PROTECTED]] Sent: 28 November 2002
11:20To: [EMAIL PROTECTED]Subject:
[pgadmin-support] pgAdmin bugs observed.
I apologise if these bugs have already been
reported but I find searching for a list
I apologise if these bugs have already been
reported but I find searching for a list of acknowledged bugs close to
impossible using the mailing support system.
Name: Donald Fraser
Os: Windows 2000 professional SP2.
pgAdmin: 1.4.0 build 0.
My skills: Embedded systems, C, C++, Java, 10+
years
> -Original Message-
> From: Çagil Seker [mailto:[EMAIL PROTECTED]]
> Sent: 28 November 2002 10:16
> To: PGAdmin-Support-List (E-mail)
> Subject: [pgadmin-support] An error (hhctrl.ocx) and a bug (DROP DB)
>
>
>
> On the installation of pgAdmin (.. 1.4.0 - 1.4.1. - 1.4.2) I
> get en
On the installation of pgAdmin (.. 1.4.0 - 1.4.1. - 1.4.2) I get en error about
hhctrl.ocx. But after I click OK the installation goes without error. The error is
"Error 1931: The windows intaller service cannot update the system file
C:\WINNT\System32\hhctrl.ocx because the fle is protected by
unsubscribe
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly
Hi,
That is the Microsoft Installer being a PITA. Make sure you have the
original pgadmin2.msi file, and not a different version, and if that
doesn't work, your best bet is to look on www.microsoft.com for the
msizap.exe utility which will clear the MSI database entries for a given
program.
Regar
That error comes from the server, and usually means that a function being called
doesn't exist any more. I didn't think PostgreSQL 7.2 could return sets from a
function though?
Regards, Dave.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 28 November
Hy,
when i try to uninstall pgadmin 1.3.82 the windows
installer says that he can't find the file pdadmin2.msi
because it's on a network resource.
Manually specifying the path to pgadmin2.msi doesn't solve the problem.
What's wrong ?
Oliver
---(end of broadcast)
My postgresql version is 7.2.1
I have create a function:
create function returnset(varchar) returns setofcomputers
as '
select * from computer where hostname like ''%''+$1+''%'' '
language 'plpgsql';
But when I select returnset('aaa') ,it returns:
An error has occured in pgAdmin
II:frmSQLInput.cm
16 matches
Mail list logo