On Mon, 2012-04-16 at 09:15 -0400, Paragon Corporation wrote:
> I didn't see this on your list, but seems glaringly missing since.
>
> Using 1.14.2
>
> There is no right-click menu for create a new FDW Foreign Server User
> Mapping
>
Yes, this is missing since the first 1.14 release. Will wo
On Mon, 2012-04-16 at 09:12 -0400, Paragon Corporation wrote:
> I'm testing on Windows 2008 64-bit pgAdmin 1.14.2
>
> I used the odbc_fdw based foreign data table that I created with this
> statement:
>
> CREATE FOREIGN TABLE my_tables
> (table_catalog character varying(128) ,
> table_schema char
On Fri, 2012-04-13 at 20:42 +0200, Dennis wrote:
> When a query is written to update a table, the usual process is to list all
> the columns that need
> updating. This could imply the creation of many possible queries for many
> columns. In an effort to
> keep the UPDATE queries more uniform, l
Hi,
I'm having a problem with pgAdmin and pgScript. If I do something like this:
CREATE TABLE testtable(description VARCHAR);SET @myvar = 'String with &
ampersand';INSERT INTO mytable(desc) VALUES('@myvar');
pgAdmin hangs when I run the script. The timer at the bottom right of the
screen just ke
I didn't see this on your list, but seems glaringly missing since.
Using 1.14.2
There is no right-click menu for create a new FDW Foreign Server User
Mapping
Thanks,
Regina
I'm testing on Windows 2008 64-bit pgAdmin 1.14.2
I used the odbc_fdw based foreign data table that I created with this
statement:
CREATE FOREIGN TABLE my_tables
(table_catalog character varying(128) ,
table_schema character varying(128) ,
table_name character varying(128) ,
table_type character