> Okay, are you adding this to the september commitfest? >OK, I've done that. I think that it's too late for 9.3.
psql -p 5433 -c "CREATE TABLE aa_remote (a int, b int)" postgres
postgres=# CREATE USER MAPPING FOR PUBLIC SERVER postgres_server OPTIONS (password '');
postgres=# CREATE FOREIGN TABLE aa_foreign (a int, b int) SERVER postgres_server OPTIONS (table_name 'aa_remote');
postgres=# INSERT into aa_foreign values (1,2);
pgsql-hackers by date:
Соглашаюсь с условиями обработки персональных данных