Re: [pgadmin-support] I can not install PostgreSQL 9.2

2013-03-24 Thread Craig Ringer
On 03/25/2013 09:35 AM, Marco Antonio da Rosa Pereira wrote: > I can not install PostgreSQL 9.2 in Windows 8 Single Language. Looks like you forgot to attach the file. This isn't really the right mailing list anyway. Please read: http://wiki.postgresql.org/wiki/Troubleshooting_Installation an

[pgadmin-support] I can not install PostgreSQL 9.2

2013-03-24 Thread Marco Antonio da Rosa Pereira
I can not install PostgreSQL 9.2 in Windows 8 Single Language. - I get the error message when executing the steps described in steps executed file attached. Thank you, Marco Antonio Pereira da Rosa student

[pgadmin-support] I can`t connect pgadmin to postgresql on VM

2011-07-21 Thread Golovko M.
Hi everybody! I have a server (CentOS 5.6 VirtualServer 2.6.18-238.19.1.el5 #1 SMP Fri Jul 15 07:31:24 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux+KVM) with virtual machines (CentOS5.5 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 86_64 x86_64 x86_64 GNU/Linux+Postgres 8.1.23+javasoft ). All

[pgadmin-support] I need to code a float with magnitude (ie unit of measure)

2009-11-13 Thread Emilio Platzer
I'm apologize about my poor english I need to a "double precision" with magniude (ie meters, kilo, dolar, etc). And can operate with them (ie dolar+dolar=dolar or dolar/dolar=double precision). Do you know some pluggin or module to do this? I can implement it but I need some examples. I try

[pgadmin-support] I Need Help.

2009-10-15 Thread Carlos Eduardo dos Santos
Good night, I need to know if you have the manul of "pgAdmin" (Postgresql) translated into Portuguese. Thank you for your valuable assistance. Thanks, Carlos Eduardo

Re: [pgadmin-support] I need help, about c++ pointer

2009-07-15 Thread Quan Zongliang
Another pointer error. ponters are created by: int tablecount = 0; SQLWCHAR **tabledata, ***tablelist; while (true) { sqlrc = SQLFetch(tableshstmt); if (sqlrc != SQL_SUCCESS && sqlrc != SQL_SUCCESS_WITH_INFO) break; if (m_dsnmaxcatnamelen)

Re: [pgadmin-support] I need help, about c++ pointer

2009-07-15 Thread Quan Zongliang
> > delete[] m_curstmtlabels; It's really a stupid mistake. XD Thanks --- Quan Zongliang quanzongli...@gmail.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://ww

Re: [pgadmin-support] I need help, about c++ pointer

2009-07-15 Thread Guillaume Lelarge
Hi, Le mercredi 15 juillet 2009 à 14:04:27, Quan Zongliang a écrit : > [...] > I ceate some pointers with: > > SQLWCHAR** stmtlabels = m_srcodbc->GetResultColLabels(); > m_curstmtlabels = new SQLWCHAR*[m_curstmtcolsnum]; > for (colidx=0; colidx if (stmtlabels[colidx]) >

[pgadmin-support] I need help, about c++ pointer

2009-07-15 Thread Quan Zongliang
Hi, all I ceate some pointers with: SQLWCHAR** stmtlabels = m_srcodbc->GetResultColLabels(); m_curstmtlabels = new SQLWCHAR*[m_curstmtcolsnum]; for (colidx=0; colidxhttp://www.postgresql.org/mailpref/pgadmin-support

[pgadmin-support] i need help its not working

2009-05-14 Thread chris . sullivan
Hi my name is Chris I have been asked to create a data base with apache, php, postgreSQL. now so far hi been able to get apache and php to work with each other but I spent the last few day trying to combind mysql and postgresql with the apache. I fresh out of ideas. when installing postgresql

[pgadmin-support] I can't log in

2007-01-23 Thread Maximiliano Klemen
Hi everybody, I'm new here :). I need some help because I installed postgresql in ubuntu dapper drake with no problems (i did with the repository of ubuntu). The postgres version that i installed is 8.1. I can log in postgres with the psql client with no problems. But when i try to connect to

[pgadmin-support] I:

2007-01-11 Thread Bottini Gian Piero
Hi , thanks a lot for the answer Unfortunely I have already tried but if I try to install -postgresql-libs-3-3PGDG.i686.rpm this is the message of error "error: Failed dependencies: libpq.so.4 is needed by (installed) postgresql-odbc-08.02.0200-1PGDG.i686 libpq.so.4 is needed by (

[pgadmin-support] i have troble entering data

2006-07-03 Thread furher
hi i am a newbie into DBMS and hev troble entering new data (ie first time after creating the tables) is it gotta do someting with privalages... -- View this message in context: http://www.nabble.com/i-have-troble-entering-data-tf1885446.html#a5154480 Sent from the PostgreSQL - pgadmin support f

[pgadmin-support] I need help in installation of PostgreSQL 8.1 on Windows XP Professional

2006-06-03 Thread Syed Hassan Shah
Dear Sir/Mam I am installing a latest version of PostgreSQL (8.1.x) on Windows XP Professional. The following error encounters every time try to attempt an installation. "Failed to connect to the database.Procedural languages fiels are installed, but not activated in any databases." I have in

Re: [pgadmin-support] I get these about every 1.5 days

2006-05-24 Thread Tino Didriksen
I blame Windows. Try using 127.0.0.1 instead of localhost. -- Tino Didriksen Steve W. Neal wrote: it is actually pdagmin that can't resolve local host smime.p7s Description: S/MIME Cryptographic Signature

Re: [pgadmin-support] I get these about every 1.5 days

2006-05-24 Thread Steve W. Neal
-Original Message- From: Tino Wildenhain [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 2:48 PM To: Steve W. Neal Cc: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] I get these about every 1.5 days Steve W. Neal wrote: > And then the database dies requiring me t

Re: [pgadmin-support] I get these about every 1.5 days

2006-05-24 Thread Tino Wildenhain
Steve W. Neal wrote: > And then the database dies requiring me to reboot my serverany ideas? How does it "require" you to reboot? > Thanks! > > > 2006-05-23 11:10:47 ERROR : Could not resolve hostname localhost > 2006-05-23 11:10:50 ERROR : No connection to database. Which logfile is t

[pgadmin-support] I get these about every 1.5 days

2006-05-24 Thread Steve W. Neal
And then the database dies requiring me to reboot my serverany ideas?   Thanks!     2006-05-23 11:10:47 ERROR  : Could not resolve hostname localhost2006-05-23 11:10:50 ERROR  : No connection to database.   (This never occurred before I loaded postgre and it only occurs when I launch pga

[pgadmin-support] i need some help

2005-09-04 Thread Tala Halaseh
Hey, I am really new to postgres, and I am trying to make functions, but I can't find a way to update and test my function, I know it seems a bit silly, but it's really giving me some hard time,   Thank you, Tala Halaseh

Re: [pgadmin-support] I fixed a couple compile errors, but not all,

2005-01-11 Thread Andreas Pflug
Shea Martin wrote: But now I have run into a problem I am not sure how to fix. It looks like an autoboxing problem, but I could be wrong. I didn't have a lot of time to look into it. The error is as follows: make all-recursive make[1]: Entering directory `/home/z1/SUN_PACKAGES/tarballs/post

[pgadmin-support] I fixed a couple compile errors, but not all, help...

2005-01-10 Thread Shea Martin
In order to get pgadmin to compile I had to make the following changes. Add "#include " to the following files: src/ui/frmQuery.cpp src/ui/frmEditGrid.cpp Change the call to nbOptions->deletePage(0) to nbOptions->deletePage((size_t)0), so that it was not ambigous: src/ui/dlgEditGridOptions.cpp:165

Re: [pgadmin-support] I can't choose Catalan language in the list!

2004-10-12 Thread carmect
> [EMAIL PROTECTED] wrote: >> Hello! >> >> It's not possible choosing catalan (ca-es) on version 1.0.2 (Oct 3 >> 2004) for linux, but it's possible for windows. Do they use diferent >> lang files? > > This is probably a locale problem on your system. Which OS exactly? > What's the output of locale

Re: [pgadmin-support] I can't choose Catalan language in the list!

2004-10-11 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: Hello! It's not possible choosing catalan (ca-es) on version 1.0.2 (Oct 3 2004) for linux, but it's possible for windows. Do they use diferent lang files? This is probably a locale problem on your system. Which OS exactly? What's the output of locale -a Catalan? Regards,

[pgadmin-support] I can't choose Catalan language in the list!

2004-10-11 Thread carmect
Hello! It's not possible choosing catalan (ca-es) on version 1.0.2 (Oct 3 2004) for linux, but it's possible for windows. Do they use diferent lang files? Carme. ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an in

Re: [pgadmin-support] I cannot create table / Impossible de créer des tables

2003-08-27 Thread Dave Page
It's rumoured that KOUEMY Doris Z. once said: > ->English > > With pgAdmin, I cannot create tables. The option is desactivate. How > can I activate this object? Thanks ! Please stop spamming every address you can find for me. It does not make me want to help you. You must browse into a schema befo

[pgadmin-support] I cannot create table / Impossible de créer des tables

2003-08-27 Thread KOUEMY Doris Z.
->English   With pgAdmin, I cannot create tables. The option is desactivate. How can I activate this object? Thanks !   -> Français   Avec pgAdmin, je n'arrive pas à créer des tables sur la nouvelle base de données que j'ai crée sous postgresql-7.3.4. L'option de  création de l'objet table est dés

[pgadmin-support] RE: [pgadmin-support] I dont´t see database tables

2003-08-14 Thread Dave Page
Title: Message Did you look in a schema?   Regards, Dave. -Original Message-From: Montervino, Mariano [mailto:[EMAIL PROTECTED] Sent: 11 August 2003 20:44To: '[EMAIL PROTECTED]'Subject: [pgadmin-support] I dont´t see database tables I could connect to

[pgadmin-support] I dont´t see database tables

2003-08-14 Thread Montervino, Mariano
I could connect to my posgres server and select any database but i could see my tables   What´s wrong??   RGDS

[pgadmin-support] RE: [pgadmin-support] I CAN´T SEE ANY TABLES WITH PGADMIN

2003-03-23 Thread Dave Page
> -Original Message- > From: Mario Alberto Soto Cordones [mailto:[EMAIL PROTECTED] > Sent: 23 March 2003 19:31 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] I CAN´T SEE ANY TABLES WITH PGADMIN > Importance: High > > > Hi. > > i have

[pgadmin-support] I CAN´T SEE ANY TABLES WITH PGADMIN

2003-03-23 Thread Mario Alberto Soto Cordones
Hi. i have a latest version of pgAdminII and postgres7.3.2, when connect to a database pgadmin show all databases but not show any more in the list only show for example database languages(0) schemas(1) not show tables, vistas, functions, nothing any idea thank yuo mario -

Re: [pgadmin-support] I hava a question about case-sensitive

2002-08-22 Thread Dave Page
lto:[EMAIL PROTECTED]] Sent: 22 August 2002 08:12To: [EMAIL PROTECTED]Subject: [pgadmin-support] I hava a question about case-sensitiveHi, I'm Korean Student. I'm sorry that I'm fluent English. I use Postgresql 7.2.1. I create table Upper Case(ex. CREATE TABLE TEST(NAME VARCH

[pgadmin-support] I hava a question about case-sensitive

2002-08-21 Thread "홍종근"
Hi, I'm Korean Student. I'm sorry that I'm fluent English. I use Postgresql 7.2.1. I create table Upper Case(ex. CREATE TABLE TEST(NAME VARCHAR(10));) But, result is lower case table name and column name. I use pgadmin2 creating table. Create Object->Table->Table Name & Column. In this