Hi there,
I am having trouble trying to alter a class and update an column
constraint to PRIMARY KEY. I decided to create a new table using the
following, still it does seem work:
CREATE TABLE my_table
(my_column INT PRIMARY KEY, my_column2 TEXT);
Could any one help me please. Thanks i
I am trying to use large objects from TCL. May I don't read the man
page right ...
TCL code:
#!/usr/local/pgsql/bin/pgtclsh
set CONN [pg_connect nccbor]
puts "create : [set LOID [pg_lo_creat $CONN "INV_READ|INV_WRITE"]]"
puts "open (w): [set LOFD [pg_lo
Billy Donahue (10:23 PM 5/28/98) wrote:
>Try typing "perldoc CGI" at your neighborhood command line.
>Then go to www.postgresql.org and get the Pg module.
Along these lines...
I just moved my website to a provider with Postgres, and they are a bit
(well, _WAY_) behind the eight ball when it co