On 8/2/06, Rodrigo De León <[EMAIL PROTECTED]> wrote:
On 8/2/06, Aaron Bono <[EMAIL PROTECTED]> wrote:> On 8/2/06, Penchalaiah P. <[EMAIL PROTECTED]> wrote:
> > Hi,> >> > I have PostgresSQL database connection from server. Server ip is> 172.16.5.179> >> > Now I want use lo_import and lo_export fun
On 8/2/06, Aaron Bono <[EMAIL PROTECTED]> wrote:
On 8/2/06, Penchalaiah P. <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
>
> I have PostgresSQL database connection from server. Server ip is
172.16.5.179
>
>
>
> Now I want use lo_import and lo_export function for storing images into
the database.
>
>
>
>
Hi Aaron,
The query builder to generate joins that you mentioned is exactly what I
am going to do doing this time. That is one of the reasons I have the
generic field names for the primary and foreign key fields. Then I only
have to pass the search criteria the table names and which direction
On 8/2/06, Penchalaiah P. <[EMAIL PROTECTED]> wrote:
Hi good evening to all……..
Rcid value
1
yes
2
no
3
yes
4
yes
5
no
6
yes
7
no
8
On 8/2/06, Penchalaiah P. <[EMAIL PROTECTED]> wrote:
hai,
In mainfun,the query returns more than two rows,if execute
query outside.
I have to remove limit keyword in mainfun defination...even
it returns 1st row values only..But i need the multful rows?
so how can i do that...p
On 8/2/06, Penchalaiah P. <[EMAIL PROTECTED]> wrote:
Hi,
I have PostgresSQL database connection from server. Server
ip is 172.16.5.179
Now I want use lo_import and lo_export function for storing
images into the database.
This images is located in my system itself.
When
On 8/1/06, John Tregea <[EMAIL PROTECTED]> wrote:
Because the logic structure of this software is in the front endapplication rather than the database there is a strong need to keep thenaming of fields generic rather than specific, I am not usingpre-defined foreign keys at all. If I was building th
Rod Taylor <[EMAIL PROTECTED]> writes:
> On Wed, 2006-08-02 at 09:19 -0400, Tom Lane wrote:
>> Hmm ... the way I would have expected to work is
>>
>> alter table posts
>> alter column deleted drop default,
>> alter column deleted type char(1)
>> using (case when deleted then 't' else 'f' end),
>>
On Tue, 2006-08-01 at 18:14, Rodrigo De Leon wrote:
> On 8/1/06, Daniel Joo <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> >
> >
> > Is there a way to view the list of all tables from python (or any other
> > languages for that matter) DB-API? What I'm looking for is a command
> > similar to the met
On Wed, 2006-08-02 at 09:19 -0400, Tom Lane wrote:
> "Markus Bertheau" <[EMAIL PROTECTED]> writes:
> > I basically want to change a boolean column to char. The boolean
> > column has a default of true. The char column should have 'f' for
> > false and 't' for true. I think that an SQL statement lik
"Markus Bertheau" <[EMAIL PROTECTED]> writes:
> I basically want to change a boolean column to char. The boolean
> column has a default of true. The char column should have 'f' for
> false and 't' for true. I think that an SQL statement like the
> following should work, but it doesn't:
Hmm ... the
> I have 2 databases namee PAO and CAS.
> PAO contains 3 schemas named Public,pao,sts CAS contains 4 schemas
> named Public,cao,sts,reports
> Now i am in PAO database..now i want access table 'activity' in
> schema 'cas' in CAS database.
> How it is posible.
> 2nd thing is...
> i have 2 se
Hi good evening to all……..
Rcid value
1
yes
2
no
3
yes
4
yes
5
no
6
yes
7
no
8
yes
9
no
10
Hi,
I basically want to change a boolean column to char. The boolean
column has a default of true. The char column should have 'f' for
false and 't' for true. I think that an SQL statement like the
following should work, but it doesn't:
blog=> select version();
hai,
In mainfun,the query returns more than two rows,if execute
query outside.
I have to remove limit keyword in mainfun defination...even
it returns 1st row values only..But i need the multful rows?
so how can i do that...please help me...
select subfun1(22);
subfun1
---
Hai all,
I have 2 databases namee PAO and CAS.
PAO contains 3 schemas named Public,pao,sts CAS contains 4
schemas
named Public,cao,sts,reports
Now i am in PAO database..now i want access table
'activity' in
schema 'cas' in CAS database.
How it is posible.
2nd thing is
Hi,
I have PostgresSQL database connection from server. Server
ip is 172.16.5.179
Now I want use lo_import and lo_export function for storing
images into the database.
This images is located in my system itself.
When I am going using the following query…
Insert into ima
17 matches
Mail list logo